help with /tune command - 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: help with /tune command (
/showthread.php?tid=268166)
help with /tune command -
[MKD]Max - 11.07.2011
how i can do this when i be in the Wheels menu and press enter take me to the main menu ?
public OnPlayerExitedMenu(playerid)
{
new Menu:Current = GetPlayerMenu(playerid);
HideMenuForPlayer(Current, playerid);
TogglePlayerControllable(playerid, true);
return 1;
}
Re: help with /tune command -
[MKD]Max - 12.07.2011
bump help