Help me with the errors pls
#1

So I've put a script for a command "/go", and I've got some errors

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;
}
And there are the errors: http://imgur.com/a/84I8i

Can you fix this pls
Reply


Messages In This Thread
Help me with the errors pls - by DarkElement - 05.08.2016, 10:25
Re: Help me with the errors pls - by IceBilizard - 05.08.2016, 10:31
Re: Help me with the errors pls - by DarkElement - 05.08.2016, 12:08
Re: Help me with the errors pls - by F1N4L - 05.08.2016, 12:12
Re: Help me with the errors pls - by DarkElement - 05.08.2016, 12:21
Re: Help me with the errors pls - by F1N4L - 05.08.2016, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)