04.08.2016, 19:56
Quote:
You don't have a variable called 'playerVariables'. It's often preceded by an enum.
|
Код:
CMD:go(playerid, params[]) { if(player[playerid][pAdminLevel] > 0) { ShowPlayerDialog(playerid, DIALOG_GO, DIALOG_STYLE_LIST, "SERVER: Teleport Locations", "House Interiors\nRace Tracks\nCity Locations\nPopular Locations\nGym Interiors\nOther", "Select", "Cancel"); } else return SendClientMessage(playerid, COLOR_WHITE, AdminOnly); return 1; }