Can someone help me?
#7

Define the dialog name with something like #define DIALOG_NAME 10040 in top of your script then apply the dialog under OnPlayerDeath.
pawn Код:
CMD:cchange(playerid, params[])
{
    ShowPlayerDialog(playerid, DIALOG_NAME, DIALOG_STYLE_LIST, "Choose your class", "Assault\n Sniper\n Engineer\n JetTrooper\n Pilot\n", "Choose", "Cancel");
    return 1;
}
Reply


Messages In This Thread
Can someone help me? - by PrinceOfPersia - 19.07.2014, 01:58
Re: Can someone help me? - by GeekSiMo - 19.07.2014, 02:11
Re: Can someone help me? - by PrinceOfPersia - 19.07.2014, 02:22
Re: Can someone help me? - by [D]ry[D]esert - 19.07.2014, 02:27
Re: Can someone help me? - by PrinceOfPersia - 19.07.2014, 02:36
Re: Can someone help me? - by GeekSiMo - 19.07.2014, 02:51
Re: Can someone help me? - by Laurey - 19.07.2014, 03:38

Forum Jump:


Users browsing this thread: 1 Guest(s)