31.01.2012, 05:36
Ayuda. Necesito un anticheat bueno, eh probado el Junkbuster v 11 ... Lo pongo pero me da estos errores:
Linea 33:
Y lo demas es referente con el zcmd ...
Hay algun otro anticheat? ... o como podria solucionar esto?
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
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)))
Hay algun otro anticheat? ... o como podria solucionar esto?