13.02.2013, 18:40
Quote:
|
[I]Well, I'm a scripting beginner and i tried to script some gangs but after I'm done everything there are 26 errors appear.I have no idea why It's appearing
The errors are. Код:
: error 017: undefined symbol "playerid" The line is. Код:
public OnGameModeExit()
{
return 1;
}
public OnPlayerStateChange(playerid, newstate, oldstate)
{
return 1;
}
Thanks!! |
atleast thats what im aware of
EDIT:
OnPlayerStateChange is at the bottom of my "new.pwn"
so it should already be inside your pawno script :O
(i used the standard new.pwn inside the pawno folder... idk what your gm looks like)


