SA-MP Forums Archive
Crashdetect help... please - 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)
+--- Thread: Crashdetect help... please (/showthread.php?tid=489257)



NVM - Samjoc18 - 21.01.2014

SOLVED..


Re: Crashdetect help... please - Jefff - 21.01.2014

Try to add
pawn Код:
new Menu:CurrentMenu = GetPlayerMenu(playerid);
if(CurrentMenu != Menu:INVALID_MENU)
    HideMenuForPlayer(CurrentMenu, playerid);



Re: Crashdetect help... please - Samjoc18 - 21.01.2014

SOLVED