OnPlayerExitedMenu

From SA-MP Wiki

Jump to: navigation, search

OnPlayerExitedMenu


Called when a player exits a menu.


Parameters:
(playerid)
playeridThe player who exited a menu.


public OnPlayerExitedMenu(playerid)
{
    TogglePlayerControllable(playerid,0);
    return 1;
}

Related Functions

The following functions might be useful, as they're related to this callback in one way or another.

Personal tools