Player Must wait to chose skins
#2

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

public OnPlayerConnect(playerid)
{
     SetTimerEx("ConnectionTimer", 10000, false, "i", playerid);
     TogglePlayerControllable(playerid, 1);
     return 1;
}
I have no idea if it will work, but its worth a try.
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)