19.07.2014, 01:58
Hello, I'm just wondering.
I want to make the /cchange, which you change your class.
When you type /cchange, it SendClientMessage(playerid, COLOR_YELLOW, "You will change your class upon the next death");
So, I want this command to show the dialog when you die, and you've requested to use it
The CMD
I want to make the /cchange, which you change your class.
When you type /cchange, it SendClientMessage(playerid, COLOR_YELLOW, "You will change your class upon the next death");
So, I want this command to show the dialog when you die, and you've requested to use it
The CMD
Код:
CMD:cchange(playerid, params[]) { ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Choose your class", "Assault\n Sniper\n Engineer\n JetTrooper\n Pilot\n", "Choose", "Cancel"); return 1; }