onplayerspawn
#4

the public name should be the same as the timer name
Код:
Onplayerspawn:
TogglePlayerControllable(playerid, false);
SetTimerEx("Unfreeze", 10000, 0, "i", playerid);

//-----------------------------

forward Unfreeze(playerid);
public Unfreeze(playerid)
{
	TogglePlayerControllable(playerid, true);
	return 1;
}
Reply


Messages In This Thread
onplayerspawn - by iStarzz - 12.06.2010, 21:08
Re: onplayerspawn - by Dark_Kostas - 12.06.2010, 21:09
Re: onplayerspawn - by Hiddos - 12.06.2010, 21:27
Re: onplayerspawn - by aircombat - 12.06.2010, 23:31
Re: onplayerspawn - by iStarzz - 13.06.2010, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)