remove spawn button
#6

Alright, since I gave you a Correct code (I guess), Just make a dialog which sets the player team with the variable and the team colour. and just do place the ShowPlayerDialog on SkipOnPlayerRequestClass


Example
pawn Код:
forward SkipOnPlayerRequestClass(playerid);
public SkipOnPlayerRequestClass(playerid)
{
    SpawnPlayer(playerid);
    TogglePlayerSpectating(playerid, 0);
    ShowPlayerDialog(playerid, DIALOG_ID, DIALOG_STYLE_LIST, "Choose Your Team", "Terrorist\n Etc...", "Choose", "");
    return 1;
}
Reply


Messages In This Thread
remove spawn button - by Iron3man - 20.09.2013, 14:22
Re: remove spawn button - by Patrick - 20.09.2013, 14:32
Re: remove spawn button - by Iron3man - 20.09.2013, 15:59
Re: remove spawn button - by JimmyCh - 20.09.2013, 17:34
Re: remove spawn button - by Iron3man - 21.09.2013, 05:22
Re: remove spawn button - by Patrick - 21.09.2013, 07:43

Forum Jump:


Users browsing this thread: 1 Guest(s)