Class selection dialog
#10

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gTeam[playerid] == CIVILIAN)
    {
        SetPlayerColor(playerid, COLOR_WHITE);
        ShowPlayerDialog(playerid, DIALOG_CLASS, DIALOG_STYLE_LIST, "Choose your class", "Drug Dealer\nPedo\nGun merchant\nRobber\nItems dealer\nRapist\nKidnapper", "ok", "cancel");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Class selection dialog - by thefatshizms - 10.08.2012, 18:11
Re: Class selection dialog - by thefatshizms - 11.08.2012, 14:40
Re: Class selection dialog - by RedJohn - 11.08.2012, 15:08
Re: Class selection dialog - by Devilxz97 - 11.08.2012, 15:11
Re: Class selection dialog - by thefatshizms - 11.08.2012, 15:34
Re: Class selection dialog - by kickerbat - 11.08.2012, 15:38
Re: Class selection dialog - by thefatshizms - 11.08.2012, 15:42
Re: Class selection dialog - by kickerbat - 11.08.2012, 15:44
Re: Class selection dialog - by thefatshizms - 11.08.2012, 15:53
Re: Class selection dialog - by RedJohn - 11.08.2012, 18:55

Forum Jump:


Users browsing this thread: 1 Guest(s)