01.02.2014, 21:12
Try this
Also what are the 4, 4, what do they mean?
Код:
CMD:interiors(playerid,params[]) { if(PlayerInfo[playerid][pAdmin] >= 4) { new string[50]; format(string, sizeof(string),"Your interior is %d.",GetPlayerInterior(playerid)); ShowPlayerDialog(playerid, 4, 4, string,"BUTTON1","BUTTON2"); } else { SendClientMessage(playerid,COLOR_GRAD1,"No authorization."); } }