Script Password
#2

No

But you can use this piece of code, so people who steal your amx file can't decompile it with Deamx

pawn Код:
AntiDeAMX()
{
    new a[][] =
    {
        "Unarmed (Fist)",
        "Brass K"
    };
    #pragma unused a
}
pawn Код:
public OnGameModeInit()
{
  AntiDeAMX(); ///can be put in any callback
  return 0;
}
Reply


Messages In This Thread
Script Password - by Oi! - 28.08.2009, 06:50
Re: Script Password - by dice7 - 28.08.2009, 07:01
Re: Script Password - by Correlli - 28.08.2009, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)