Need me help for admin command [+REP]
#1

I want to do this command for admin level 4, but I do not know how. Please someone if you can make me command admin lvl 4.

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if(!strcmp(cmdtext, EDITOR_CMD, true))
	{
	    #if defined ADMIN_ONLY
	    if(!IsPlayerAdmin(playerid)) return 1;
	    #endif
	    ShowPlayerDialog(playerid, DIALOG_MAIN_MENU, DIALOG_STYLE_LIST, "WestSide Object Editor", "Create object\nSearch object models\nDelete object\nEdit object\nSave object\nLoad objects", "Select", "Cancel");
		return 1;
	}
	return 0;
}
Reply


Messages In This Thread
Need me help for admin command [+REP] - by dundolina - 28.07.2012, 18:28
Re: Need me help for admin command [+REP] - by Alexis1999 - 28.07.2012, 18:36
Re: Need me help for admin command [+REP] - by dundolina - 28.07.2012, 18:50
Re: Need me help for admin command [+REP] - by Alexis1999 - 28.07.2012, 18:53
Re: Need me help for admin command [+REP] - by dundolina - 28.07.2012, 18:57
Re: Need me help for admin command [+REP] - by dundolina - 28.07.2012, 19:33
Re: Need me help for admin command [+REP] - by dundolina - 28.07.2012, 20:18
Re: Need me help for admin command [+REP] - by Devilxz97 - 28.07.2012, 20:58
Re: Need me help for admin command [+REP] - by Alexis1999 - 28.07.2012, 21:38
Re: Need me help for admin command [+REP] - by dundolina - 28.07.2012, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)