" ALL " as dialog list
#4

pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    if(source == 0)
    {      
        if(PlayerIsJuniorAdmin(playerid))
        {
                    //formatastring?
            Admin[playerid][aActive] = 1;
            Admin[playerid][aEdit] = clickedplayerid;
            return ShowPlayerDialog(playerid, D_ADMIN, LIST, "Junior Administrator Menu", string, "Select", "Close");
        }
        }
        return true;
}
This is a piece of my Admin system, controlled by OnPlayerClickPlayer
Reply


Messages In This Thread
" ALL " as dialog list - by blackwave - 02.03.2011, 21:31
Re: " ALL " as dialog list - by Lorrden - 02.03.2011, 22:34
Re: " ALL " as dialog list - by blackwave - 02.03.2011, 22:42
Re: " ALL " as dialog list - by Lorrden - 02.03.2011, 22:48
Re: " ALL " as dialog list - by blackwave - 03.03.2011, 15:43
Re: " ALL " as dialog list - by Lorrden - 03.03.2011, 18:15
Re: " ALL " as dialog list - by blackwave - 03.03.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)