Dialog problem
#1

Hi, I have problem with ShowPlayerDialog ...
Код:
CMD:zastitar(playerid, params[])
{
	#pragma unused params
	if(PlayerInfo[playerid][pJob] == 6)
	{
	    ShowPlayerDialog(playerid, 40000, DIALOG_STYLE_LIST, "Lista podrucja","Aerodrom\nBanka\nBurg\nBolnica\nGlen park\nOpstina\nKolodvor", "Uredu", "Izlaz");
	}
	else
	{
	    SendClientMessage(playerid,WHITE,"[{FF0000}Balkan Country{FFFFFF}]{AFAFAF} Niste zaposleni kao zastitar!");
	}
	return 1;
}
When I call ShowPlayerDialog here there not response and not show dialog... other dialog was show, but this not :/
I don't have any idea where is problem, help?!

sry for bad engl
Reply


Messages In This Thread
Dialog problem - by Marusa - 16.09.2012, 16:26
Re: Dialog problem - by ViniBorn - 16.09.2012, 16:30
Re: Dialog problem - by AtItsMax - 16.09.2012, 16:30
Re: Dialog problem - by Marusa - 16.09.2012, 16:42

Forum Jump:


Users browsing this thread: 1 Guest(s)