How to make this dialog show
#5

Make a check then.

At the top of your script:
pawn Код:
new gHasPlayerChosenSkin[MAX_PLAYERS];
Then have this for OnPlayerSpawn:
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(!gHasPlayerChosenSkin[playerid]) {
        gHasPlayerChosenSkin[playerid] = 1;
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Select your skin", "Please input the Skin ID you wish to use", "Select", "");
    }
    return 1;
}
Edit: As said above ^
Reply


Messages In This Thread
How to make this dialog show - by NinjaChicken - 21.08.2012, 05:17
Re: How to make this dialog show - by Jack_Leslie - 21.08.2012, 05:22
Re: How to make this dialog show - by NinjaChicken - 21.08.2012, 05:27
Re: How to make this dialog show - by JaKe Elite - 21.08.2012, 05:31
Re: How to make this dialog show - by Jack_Leslie - 21.08.2012, 05:31
Re: How to make this dialog show - by _Vortex - 21.08.2012, 05:32
Re: How to make this dialog show - by NinjaChicken - 21.08.2012, 06:30
Re: How to make this dialog show - by Jack_Leslie - 21.08.2012, 08:39

Forum Jump:


Users browsing this thread: 2 Guest(s)