23.06.2013, 10:13
I get these errors:
Lines:
Код:
C:\Users\Noah\Desktop\[sK] Zombie Apocalypse\filterscripts\autoscore.pwn(37) : error 055: start of function body without function header C:\Users\Noah\Desktop\[sK] Zombie Apocalypse\filterscripts\autoscore.pwn(39) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Код:
public OnPlayerDisconnect(playerid, reason); { KillTimer(ScoreTimer[playerid]); return 1; }