04.05.2009, 16:14
Hey all, I did the timer how It said in the wiki.
then I did this for the timer functions:
All seemed ok untill it said that the 1st 2nd and 3rd function was giving error: undefined symbol "playerid".
So I tried removing playerid and I got an error saying: Number of arguments dont match the definition?
could someone help?
thanks
then I did this for the timer functions:
Код:
public outofhospital() { SetPlayerPos(playerid, 1179.1493,-1322.9857,14.1552); TogglePlayerControllable(playerid, 1); SendClientMessage(playerid, COLOR_GREEN, "You are out of hospital"); }
So I tried removing playerid and I got an error saying: Number of arguments dont match the definition?
could someone help?
thanks