SA-MP Forums Archive
Need help with this - 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: Need help with this (/showthread.php?tid=147983)



Need help with this - ViruZZzZ_ChiLLL - 15.05.2010

Okay, so whenever I press TAB anywhere, it still shows the MSG_BOX
pawn Код:
#if defined TAB
if(RELEASED(KEY_ACTION))
{
if(!IsPlayerInRangeOfPoint(playerid, 2.0, 286, -32, 1002)) return
ShowPlayerDialog(playerid, PISTOL, DIALOG_STYLE_LIST, "Pistols", "9MM Pistol\nSilened 9MM pistol\nDesert Eagle", "Buy", "Cancel");
}
#endif