help in this code please
#2

Код:
CMD:factions(playerid, params[])
{
	{
		ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Factions Of Server", "1: Los Santos Police Department - Required Level: 3\n2: Federal Bureau of Investigation\n3: San Andreas Sheriff Department\n4: LSFMD - Required Level: 3\n5: San Andreas National Guard - Required Level: 3\n6: Senate - Required Level: 10\n7: Hitmen Agency - Required Level: Unknown\n8: San Andreas News - Required Level: 3\n9: Taxi Company\n", "Ok", "");
	}
	return 1;
}
test this i hope this work

you can make any command in dialog using this methode
Код:
CMD:yourcmdname(playerid, params[])
{
{
 ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Your heading", "\n1>\n2>\n", "Ok", "");
}
return 1;
}
Reply


Messages In This Thread
help in this code please - by BadJih - 26.08.2017, 17:19
Re: help in this code please - by SuperHelper - 26.08.2017, 17:31
Re: help in this code please - by BadJih - 26.08.2017, 18:35
Re: help in this code please - by SuperHelper - 26.08.2017, 18:48
Re: help in this code please - by Barnwell - 26.08.2017, 19:00
Re: help in this code please - by BadJih - 26.08.2017, 19:18
Re: help in this code please - by BadJih - 26.08.2017, 19:23
Re: help in this code please - by Dayrion - 26.08.2017, 19:38
Re: help in this code please - by HoussemGaming - 26.08.2017, 19:41
Re: help in this code please - by BadJih - 26.08.2017, 19:46

Forum Jump:


Users browsing this thread: 1 Guest(s)