SA-MP Forums Archive
Anti De-amx - 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: Anti De-amx (/showthread.php?tid=498999)



Anti De-amx - HitterHitman - 06.03.2014

Hey guyz! Can anyone tell me how to create a anti de-amx, so that de-amx not work on it?


Re: Anti De-amx - benjaminjones - 15.03.2014

You need to script it in the gamemode. Codes:
pawn Код:
AntiDeAMX()
{
    new a[][] = {
        "Unarmed (Fist)",
        "Brass K"
    };
    #pragma unused a
}