[Ayuda] їJunkbuster o algun anticheat bueno?
#1

Ayuda. Necesito un anticheat bueno, eh probado el Junkbuster v 11 ... Lo pongo pero me da estos errores:

pawn Код:
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(33) : warning 201: redefinition of constant/macro (symbol "cmd:(%1)")
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(1972) : warning 201: redefinition of constant/macro (symbol "GetPlayerMoney")
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(1973) : warning 201: redefinition of constant/macro (symbol "ResetPlayerMoney")
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(1974) : warning 201: redefinition of constant/macro (symbol "GivePlayerMoney")
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(1975) : warning 201: redefinition of constant/macro (symbol "SetPlayerMoney")
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(1976) : warning 201: redefinition of constant/macro (symbol "SetPlayerArmour")
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(20446) : error 025: function heading differs from prototype
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(20446) : error 021: symbol already defined: "zcmd"
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(20446) : error 025: function heading differs from prototype
C:\Documents and Settings\propietario\Escritorio\La Maxima Ciudad Role Play\gamemodes\LMC.pwn(20446 -- 20455) : fatal error 107: too many error messages on one line
Linea 33:
pawn Код:
#define \
        cmd:(%1) \
                if(strcmtp(cmd, %1, true) == 0) { // ------->> Linea 33

#define \
        Params> \
                if(!strlen(tmp))

#define \
        Connect \
                if(IsPlayerConnected(playerid)) {
#define \
        endif   \
                    }
#define \
        no_autorized    \
                        else Message(playerid, COLOR_GRAD1, "No estбs autorizado para usar este comando.");

#define \
            Loop(%0,%1) \
                        for(new %0; %0 != %1; %0++)

#define \
            function%0(%1) \
                            forward %0(%1); public %0(%1)

#define PRESSED(%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
Y lo demas es referente con el zcmd ...

Hay algun otro anticheat? ... o como podria solucionar esto?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)