Help me with the errors pls
#3

Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
PHP код:
//For DIALOG_GO error
#define DIALOG_GO 200
//For pAdminlevel error
enum pInfo
{
    
pAdminLevel
}
new 
PlayerInfo[MAX_PLAYERS][pInfo];
CMD:go(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdminLevel] > 0)
    {
        
ShowPlayerDialog(playeridDIALOG_GODIALOG_STYLE_LIST"SERVER: Teleport Locations""House Interiors\nRace Tracks\nCity Locations\nPopular Locations\nGym Interiors\nOther""Select""Cancel");
    }
    else return 
SendClientMessage(playeridCOLOR_WHITE"Only admins are allowed to use this command!);
    return 1;

It still gives me errors...
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)