SA-MP Forums Archive
[HELP] Anti-DeAMX - 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] Anti-DeAMX (/showthread.php?tid=243308)



[HELP] Anti-DeAMX - papedo - 22.03.2011

Hello,

my old Anti-DeAMX protection not works.. is any new version of Anti-DeAMX? i searched od this forum, but any code not works properly..

Can you help me please??


Re: [HELP] Anti-DeAMX - Stigg - 22.03.2011

Found this with a little Search:

Add this to your Script:
pawn Code:
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)
pawn Code:
AntiDeAMX();



Re: [HELP] Anti-DeAMX - papedo - 22.03.2011

Not works.. Its similar of old version of this function.. Converting of pragma function DeAMX developer has repaired i think.. I has seen anti deamx with using #emit function, but no any tutorial of this functions


Re: [HELP] Anti-DeAMX - papedo - 23.03.2011

thanks for your help