16.12.2009, 15:11
SetTimerEx doesn't work for npc scripts...
Is there any other way to pass Bot playerid to the timer?
Is there any other way to pass Bot playerid to the timer?
Originally Posted by Kurence
You have to set the timer in gamemode, if it is possible to do that thing what you want to.
|
Originally Posted by Joe Staff
If you're just trying to get your NPCs ID, make a variable, then OnPlayerConnect(myplayerid)variable=myplayerid;
or something |