case [help]
#3

Don't bump...

Add a:

pawn Код:
new woot;
At the top of your script, and then replace all your

pawn Код:
SetTimerEx("Timer", 40000, 0, "i", playerid);
With this:

pawn Код:
woot = SetTimerEx("Timer", 40000, 0, "i", playerid);
And then add this under OnGameModeInit:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  KillTimer(woot);
  return 1;
}
Reply


Messages In This Thread
case [help] - by sggassasin - 24.07.2009, 05:41
Re: case [help] - by sggassasin - 24.07.2009, 10:56
Re: case [help] - by refshal - 24.07.2009, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)