Problems with CreateMenu
#3

pawn Код:
new Menu:SysMenu; //Top of the script

        //In OnFilterScriptInit
        SysMenu = CreateMenu("Functions", 1, 200.0, 100.0, 150.0, 150.0);
    AddMenuItem(SysMenu, 0, "Open Gate");
    AddMenuItem(SysMenu, 0, "Teleport to Base");
    AddMenuItem(SysMenu, 0, "Repair Vehicle");
    AddMenuItem(SysMenu, 0, "Show Company Colours");

        //In OnPlayerCommandText
        ShowMenuForPlayer(BlackMenu, playerid);]
Reply


Messages In This Thread
Problems with CreateMenu - by Ash. - 07.09.2010, 09:40
Re: Problems with CreateMenu - by Ash. - 07.09.2010, 10:09
Re: Problems with CreateMenu - by sabretur - 16.03.2011, 12:33

Forum Jump:


Users browsing this thread: 1 Guest(s)