05.08.2016, 10:25
So I've put a script for a command "/go", and I've got some errors
This is the code
And there are the errors: http://imgur.com/a/84I8i
Can you fix this pls
This is the code
Код:
CMD:go(playerid, params[]) {
if(PlayerInfo[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;
}
Can you fix this pls


