26.05.2009, 20:12
I have compiling errors with my timer,
It checks to see if the cop has made arrest in the past minute,
If he has it sets his score +1, But im getting weird errors,
My code is as follows:
Error is as follows:
Anyone help me? Ty
It checks to see if the cop has made arrest in the past minute,
If he has it sets his score +1, But im getting weird errors,
My code is as follows:
pawn Code:
public Score()
{
SetPlayerScore(i,1);
}
Code:
C:\Documents and Settings\Joe\Desktop\Server\filterscripts\TimerTest.pwn(28) : error 017: undefined symbol "playerid"