SetTimerEx problem
#6

pawn Код:
forward StopSpeccing(playerid);

//Under OnPlayerDeath
SetTimerEx("StopSpeccing", 10000, false, "i", playerid);

public StopSpeccing(playerid)
{
    TogglePlayerSpectating(playerid, 0);
}
Reply


Messages In This Thread
SetTimerEx problem - by urkiefly101 - 07.08.2009, 17:22
Re: SetTimerEx problem - by urkiefly101 - 07.08.2009, 17:48
Re: SetTimerEx problem - by SpiderPork - 07.08.2009, 18:04
Re: SetTimerEx problem - by urkiefly101 - 07.08.2009, 18:07
Re: SetTimerEx problem - by TheKingWillem - 07.08.2009, 20:09
Re: SetTimerEx problem - by MadeMan - 07.08.2009, 20:15
Re: SetTimerEx problem - by TheKingWillem - 07.08.2009, 20:42
Re: SetTimerEx problem - by MadeMan - 07.08.2009, 20:47
Re: SetTimerEx problem - by TheKingWillem - 07.08.2009, 20:57
Re: SetTimerEx problem - by TheKingWillem - 07.08.2009, 20:59

Forum Jump:


Users browsing this thread: 1 Guest(s)