02.02.2014, 03:31
Okay so the command is all set and ready but I'm having a little issue.
How do I fix 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, 2, 2, string,"BUTTON1","BUTTON2"); } else { SendClientMessage(playerid,COLOR_GRAD1,"No authorization."); } }
Quote: