Why doesnt this work?
#2

pawn Код:
NOS = SetTimerEx("NOSGiver", 1000, 1, "i", playerid);
You had vehicleid for timerex, which had to be playerid

also change NOS into NOS[MAX_PLAYERS]
than use

pawn Код:
NOS[playerid] = SetTimerEx("NOSGiver", 1000, 1, "i", playerid);
// and
KillTimer(NOS[playerid]);
otherwise you will disable the timer for all players when one player exits the vehicle..

good luck.
Reply


Messages In This Thread
Why doesnt this work? - by BigAl - 27.10.2010, 18:11
Re: Why doesnt this work? - by pater - 27.10.2010, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)