[DUDA/AYUDA]Duda/Ayuda Con JunkBuster v8 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [DUDA/AYUDA]Duda/Ayuda Con JunkBuster v8 (
/showthread.php?tid=487962)
[DUDA/AYUDA]Duda/Ayuda Con JunkBuster v8 -
yesid001 - 16.01.2014
pawn Код:
C:\Documents and Settings\Administrador\Escritorio\Scripter\pawno\include\JunkBuster.inc(89) : warning 201: redefinition of constant/macro (symbol "OnDialogResponse")
D:\Dark Empire - FREEROAM\gamemodes\DE.pwn(14935) : error 021: symbol already defined: "strtok"
D:\Dark Empire - FREEROAM\gamemodes\DE.pwn(14946) : error 047: array sizes do not match, or destination array is too small
D:\Dark Empire - FREEROAM\gamemodes\DE.pwn(15186) : error 021: symbol already defined: "JBC_GetPlayerFPS"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
:triste:
[centrar]
No Le Encuentro El Error A Estas Lineas:[/centrar]
pawn Код:
stock GetPlayerFPS(playerid) return pFPS[playerid];//Linea 15186
pawn Код:
strtok(const string[], &index,seperator=' ')//14935
{
new length = strlen(string);
new offset = index;
new result[NOMOVE_STR];
while ((index < length) && (string[index] != seperator) && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
if ((index < length) && (string[index] == seperator))index++;//14945
return result;
}
[centrar]
PostData: Estos Errores No Salian, Hasta Agregarle A La Gm Espero Me Ayuden Porfavor Mi Server Anda Cerrado por Esto :C
Respuesta: [DUDA/AYUDA]Duda/Ayuda Con JunkBuster v8 -
EduGTA - 16.01.2014
pawn Код:
JunkBuster.inc(89) : warning 201: redefinition of constant/macro (symbol "OnDialogResponse")
En JunkBuster.inc, mбs especificamente en la lнnea 89, se estб intentando de re-definir "OnDialogResponse", probablemente sea un hook.
pawn Код:
stock GetPlayerFPS(playerid) return pFPS[playerid];
Probablemente JunkBuster ya tenga esa funciуn, intenta de comentar ese stock y verifica si sigue dando errores.
pawn Код:
strtok(const string[], &index, seperator=' ')
strtok ya estб definido, intenta borrando la funciуn.
Quote:
Originally Posted by yesid001
:triste:
[centrar][/centrar]
[centrar]
|
Esto no es PawnoScripting