Help me with the errors pls
#4

IceBilizard - Edited

Код:
//For DIALOG_GO error 

#define DIALOG_GO 200 

//For pAdminlevel error 

enum pInfo 
{ 
    pAdminLevel 
} 
new PlayerInfo[MAX_PLAYERS][pInfo]; 

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; 
}
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: 2 Guest(s)