01.02.2014, 21:16
Quote:
Try this
Код:
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."); } } |