Can someone help me?
#1

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