16.09.2012, 16:26
Hi, I have problem with ShowPlayerDialog ...
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
Код:
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; }
I don't have any idea where is problem, help?!
sry for bad engl