12.05.2013, 16:56
CMD:docprison(playerid, params[])
{
new string[128];
if(PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)
ShowPlayerDialog(playerid, PANELCONTROLS, DIALOG_STYLE_LIST, "Security Panel", string, "Operate", "Cancel");
return 1;
}
Whats wrong here , I do that on server and nothing , ANd I'm from the fac number 3 ...
In the start instead string it was szPanel and that undefinded symbol than I've changed it...
And The dialog is good...
{
new string[128];
if(PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)
ShowPlayerDialog(playerid, PANELCONTROLS, DIALOG_STYLE_LIST, "Security Panel", string, "Operate", "Cancel");
return 1;
}
Whats wrong here , I do that on server and nothing , ANd I'm from the fac number 3 ...
In the start instead string it was szPanel and that undefinded symbol than I've changed it...
And The dialog is good...