SA-MP Forums Archive
DeAmx Blocking? - 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: DeAmx Blocking? (/showthread.php?tid=170875)



DeAmx Blocking? - whitedragon - 24.08.2010

How to block deamx to make amx to pwn?


AW: DeAmx Blocking? - Meta - 24.08.2010

Add this to your Script:

Код:
AntiDeAMX()
{
	new xyz[][] =
    {
		"Muha",
        "lol xD"
    };
    #pragma unused xyz
}
And then add this to the top of one of the Main-SA:MP public's (Like OnGameModeInit or so)
Код:
AntiDeAMX();
Now your Script is secured