17.03.2010, 12:45
oh,by the way,Im using this scripts:
Result:
Help plox
Код:
//ongamemodeint SetTimer("ResetServer", 300000, 1); //elsewere forward Restart(); forward mapname(); forward ResetServer(); public ResetServer() { GameTextForAll("~r~ Time Limit Reached ~b~ Please Wait....", 2500 , 0); SetTimer("Restart", 10000 , 0); } public Restart() { GameTextForAll("~g~ Next Round~r~...", 2500, 0); SendRconCommand("changemode lvdm2"); // /gmx will just reload the mode currently loaded. return 1; } public mapname() { SendRconCommand("lvdm2"); return 1; }
Result:
Код:
C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(2) : error 010: invalid function or declaration C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(10) : error 017: undefined symbol "GameTextForAll" C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(11) : error 004: function "SetTimer" is not implemented C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(17) : error 017: undefined symbol "GameTextForAll" C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(18) : error 017: undefined symbol "SendRconCommand" C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(25) : error 017: undefined symbol "SendRconCommand" C:\Documents and Settings\user\Desktop\SAMPS\sa-mp0.3\filterscripts\test.pwn(26) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
Help plox
