Need help with a function
#9

Timers only work with public functions, so:
pawn Код:
forward RespawnFreeze(playerid);

public RespawnFreeze(playerid)
{
    TogglePlayerControllable(playerid,1);
    KillTimer(RespawnTimer);
}
Reply


Messages In This Thread
Need help with a function - by Vollzeitfan - 12.09.2009, 15:15
Re: Need help with a function - by Zeex - 12.09.2009, 15:41
Re: Need help with a function - by Vollzeitfan - 12.09.2009, 15:55
Re: Need help with a function - by Zeex - 12.09.2009, 16:05
Re: Need help with a function - by Vollzeitfan - 12.09.2009, 16:12
Re: Need help with a function - by Zeex - 12.09.2009, 16:19
Re: Need help with a function - by Vollzeitfan - 12.09.2009, 16:43
Re: Need help with a function - by Vollzeitfan - 12.09.2009, 19:15
Re: Need help with a function - by Zeex - 12.09.2009, 19:30
Re: Need help with a function - by Vollzeitfan - 12.09.2009, 19:47
Re: Need help with a function - by Vollzeitfan - 12.09.2009, 20:20

Forum Jump:


Users browsing this thread: 2 Guest(s)