Spectacing problem.
#4

Код:
forward DialogDelay(i);

public OnPlayerRequestClass(playerid)
{
    SetSpawnInfo(playerid, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0);
    TogglePlayerSpectating(playerid, true);
    SetTimerEx("DialogDelay", 100, 0, "i", playerid);
}

public DialogDelay(i)
{
   // Your login/register dialog
}
Reply


Messages In This Thread
Spectacing problem. - by ShoortyFl - 12.06.2014, 23:54
Re: Spectacing problem. - by ShoortyFl - 13.06.2014, 00:32
Re: Spectacing problem. - by ShoortyFl - 13.06.2014, 10:13
Re: Spectacing problem. - by appleomax - 13.06.2014, 11:36

Forum Jump:


Users browsing this thread: 2 Guest(s)