hlmod.hu
https://hlmod.hu/

Szabályok
https://hlmod.hu/viewtopic.php?f=9&t=8642
Oldal: 1 / 1

Szerző:  Tomos [2013.05.25. 10:33 ]
Hozzászólás témája:  Szabályok

Ebbe mi a hiba nem akrja megynyitni az egyik txt se?
SMA Forráskód: [ Mindet kijelol ]
  1. #include < amxmodx >
  2.  
  3. public plugin_init( )
  4. {
  5. register_plugin( "Amxx-Rules", "1.0", "Kill8R" );
  6.  
  7. register_clcmd( "say /szabalyok", "Cmdrules" );
  8.  
  9. register_clcmd( "say /sms", "sms" );
  10.  
  11. }
  12.  
  13. public Cmdrules( id )
  14. {
  15. show_motd( id,"addons/amxmodx/configs/modts/rules.txt");
  16. }
  17. public sms( id )
  18. {
  19. show_motd( id,"addons/amxmodx/configs/modts/sms.txt");
  20. }

Szerző:  ultraibolya [2013.05.25. 10:42 ]
Hozzászólás témája:  Re: Szabályok

Ha ez nem jó:

[ablak]
SMA Forráskód: [ Mindet kijelol ]
  1. #include < amxmodx >
  2.  
  3. public plugin_init( )
  4. {
  5. register_plugin( "Amxx-Rules", "1.0", "Kill8R" );
  6.  
  7. register_clcmd( "say /szabalyok", "Cmdrules" );
  8.  
  9. register_clcmd( "say /sms", "sms" );
  10.  
  11. }
  12.  
  13. public Cmdrules( id )
  14. {
  15. show_motd( id,"addons/amxmodx/configs/modts/rules.txt","Szabályok");
  16. }
  17. public sms( id )
  18. {
  19. show_motd( id,"addons/amxmodx/configs/modts/sms.txt","SMS");
  20. }
[/ablak]

akkor nálad van a probléma.

probléma 1.:
Lehet hogy nincs bent a txt az adott mappába.

Ha mégis,akkor kell lennie lognak.

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/