[Help] Player Menu
#1

[font=courier new] I have made player menu for buying clothes. Also i have added freeze and unfreeze for it. So when someone opens the menu they get freezed and when their selection is done they get unfreezed. But if they press ENTER instead of selecting any option they are still freezed. I want them to get unfreezed if they leave menu without any selection, that is when they press enter. Any solution ?

-Lastman
Reply
#2

public OnPlayerExitedMenu(playerid)
{
TogglePlayerControllable(playerid, 1);
return 1;
}
doesn't work ?
Reply
#3

Quote:
Originally Posted by phoenix0120
public OnPlayerExitedMenu(playerid)
{
TogglePlayerControllable(playerid, 1);
return 1;
}
doesn't work ?
I never knew there was menu exit signal as i am new, thankyou very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)