30.03.2008, 04:41
put this in:
So that when the player presses enter (aka exit) he won't be stuck frozen
I loved the objects, really nice
pawn Code:
public OnPlayerExitedMenu(playerid)
{
TogglePlayerControllable(playerid, 1);
return 1;
}
I loved the objects, really nice