26.10.2012, 12:08
Yo,
This is what I have in my code, under OnPlayerKeyStateChange.
This is the public in response to that timer (it's forwarded):
I get this error within the public pause():
Any ideas? Thank you!
This is what I have in my code, under OnPlayerKeyStateChange.
pawn Код:
SetTimerEx("pause", 5000, false, "d", playerid);
pawn Код:
public pause()
{
PlayerInfo[playerid][Pause] = 0;
print("Pausetimer ended()");
}
Quote:
error 017: undefined symbol "playerid" |