#1

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;
}
Reply
#2

any1?
Reply
#3

fixed, thx for nothing help
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)