Dealying...Player request class or smthn?
#4

pawn Код:
public OnPlayerConnect(playerid)
{
     //the rules

     SetTimerEx("HideRules", 5000, false, "d", playerid);

     TogglePlayerSpectating(playerid, true);
     return 1;
}

forward HideRules(playerid);
public HideRules(playerid)
{
     //hide the rules

     TogglePlayerSpectating(playerid, false);

     CallLocalFunction("OnPlayerRequestClass", "dd", playerid, 0);

     return 1;
}
Reply


Messages In This Thread
Dealying...Player request class or smthn? - by Ritzy2K - 18.02.2015, 14:19
Re: Dealying...Player request class or smthn? - by HazardouS - 18.02.2015, 14:23
Re: Dealying...Player request class or smthn? - by Ritzy2K - 18.02.2015, 14:26
Re: Dealying...Player request class or smthn? - by Gammix - 18.02.2015, 14:29
Re: Dealying...Player request class or smthn? - by Ritzy2K - 18.02.2015, 14:29
Re: Dealying...Player request class or smthn? - by HazardouS - 18.02.2015, 14:30
Re: Dealying...Player request class or smthn? - by Ritzy2K - 18.02.2015, 14:31

Forum Jump:


Users browsing this thread: 2 Guest(s)