05.08.2016, 12:31
So I've put that code, and when I wanted to compile it gave me 1 warning.
That's the warning: http://imgur.com/a/AQFyX
Код:
CMD:go(playerid) { if(PlayerInfo[playerid][pAdminLevel]) ShowPlayerDialog(playerid, DIALOG_GO, DIALOG_STYLE_LIST, "SERVER: Teleport Locations", "House Interiors\nRace Tracks\nCity Locations\nPopular Locations\nGym Interiors\nOther", "Select", "Cancel"); else SendClientMessage(playerid, COLOR_WHITE, "Only admins are allowed to use this command!"); return 1; }