Player Must wait to chose skins
#3

After that timer is set, the next line is exectued, so that code wouldn't work.

Correction:
pawn Код:
forward ConnectionTimer(playerid);
public ConnectionTimer(playerid)
{
     TogglePlayerControllable(playerid, 1);
}

public OnPlayerConnect(playerid)
{
     TogglePlayerControllable(playerid, 0);
     SetTimerEx("ConnectionTimer", 10000, false, "i", playerid);
     return 1;
}
<This forum requires that you wait 120 seconds between posts. Please try again in 31 seconds.> Argh..
Reply


Messages In This Thread
Player Must wait to chose skins - by ZamaXor - 01.10.2010, 18:04
Re: Player Must wait to chose skins - by Ash. - 01.10.2010, 18:36
Re: Player Must wait to chose skins - by LarzI - 01.10.2010, 19:58
Re: Player Must wait to chose skins - by wups - 01.10.2010, 20:03
Re: Player Must wait to chose skins - by ZamaXor - 02.10.2010, 13:15

Forum Jump:


Users browsing this thread: 1 Guest(s)