SA-MP Forums Archive
Menu - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Menu (/showthread.php?tid=66170)



Menu - Headshot1108 - 20.02.2009

hi i have a problem with the menu exit.

in the housemenu dont exit when i press enter (menu exit)
and in the other menus, but when i press enter in the other menus, its show me the house menu

pawn Код:
public OnPlayerExitedMenu(playerid)
{
    new Menu:Current = GetPlayerMenu(playerid);
    if (Current == hausmenu || hwaffen || hwaffen2)
    {
    ShowMenuForPlayer(hausmenu,playerid);
    }
    else
    {
    HideMenuForPlayer(Current,playerid);
    return TogglePlayerControllable(playerid,true);
    }
    return 1;
}



Re: Menu - Headshot1108 - 20.02.2009

any1?


Re: Menu - Headshot1108 - 20.02.2009

fixed, thx for nothing help


Re: Menu - Mikep - 20.02.2009

This isn't a script fixing service.

If you want help you wait for someone whos giving their time to help you, it's not our job to help you.