disable spawn button
#8

The best way to achieve a custom class selection is setting the player in spectating mode when he comes to the class selection:
pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
    TogglePlayerSpectating(playerid, 1);

    // Make your own class selection...

    TogglePlayerSpectating(playerid, 0);
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread
disable spawn button - by kbalor - 14.10.2014, 09:33
Re: disable spawn button - by Rudy_ - 14.10.2014, 10:54
Re: disable spawn button - by kbalor - 14.10.2014, 16:12
Re: disable spawn button - by AnnaSB - 14.10.2014, 16:21
Re: disable spawn button - by Blunt - 14.10.2014, 16:34
Re: disable spawn button - by kbalor - 14.10.2014, 17:08
Re: disable spawn button - by AnnaSB - 15.10.2014, 12:41
Re: disable spawn button - by Anzipane - 15.10.2014, 12:44
Re: disable spawn button - by VishvaJeet - 15.10.2014, 12:49
Re: disable spawn button - by Juvanii - 15.10.2014, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)