Class selection dialog
#1

Hello, i have where if your civilian when you spawn you will get a class dialog it works but only problem is when u die and spawn again it doesnt show it again. I tried using varables to make it work but failed so can someone explain me how?

pawn Код:
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;
    }
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)