17.01.2013, 21:52
Hi guys. I need some help.
I got a callback and a timer.
Where i use the timer i can give the timer the id of the player. I want to give the id of the player for the test, how can i do that? Give THE playerid for the test
I use it with "for(new playerid;playerid<MAX_PLAYERS;playerid++)" in the callback but is there any chance to give somehow the playerid from somewhere?
I got a callback and a timer.
Where i use the timer i can give the timer the id of the player. I want to give the id of the player for the test, how can i do that? Give THE playerid for the test
Код:
forward test(); public test() { SendClientMessage(playerid,0xFFFFFFAA,); }