C:\Documents and Settings\---\DM.pwn(639) : error 017: undefined symbol "Nombre2" C:\Documents and Settings\---\DM.pwn(645) : error 017: undefined symbol "Nombre2" C:\Documents and Settings\---\DM.pwn(651) : error 017: undefined symbol "Nombre2" C:\Documents and Settings\---\DM.pwn(657) : error 017: undefined symbol "Nombre2" C:\Documents and Settings\---\DM.pwn(663) : error 017: undefined symbol "Nombre2" C:\Documents and Settings\---\DM.pwn(669) : error 017: undefined symbol "Nombre2" C:\Documents and Settings\---DM.pwn(700) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---DM.pwn(707) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---(713) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\--\DM.pwn(725) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(737) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(745) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---DM.pwn(753) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(759) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(767) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(775) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(786) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(794) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(802) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(810) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(818) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(826) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(833) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(847) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(855) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\---\DM.pwn(866) : error 079: inconsistent return types (array & non-array) Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
Mas probable, antes de la linea: 639, se te olvido cerrar un, "{, o }"
|
їPor quй me salen estos 26 errores? Los venditos 26 errores..., se solucionan actualizando la version de pawno que utilizamos. |
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid,playerid,reason);
SetPlayerScore(killerid,(GetPlayerScore(killerid))+5);
Rank[killerid]++;
/*============================================================================*/
new string[MAX_STRING];
format(string,sizeof (string),"[MATANZA]%s A matado a %s",Nombre2(killerid),Nombre(playerid));
SendClientMessageToAll(COLOR_GRIS,string);
/*============================================================================*/
pawn Код:
|
new Nombre[128];
new Nombre2[128];
DM.pwn(642) : error 012: invalid function call, not a valid address DM.pwn(642) : warning 215: expression has no effect DM.pwn(642) : error 001: expected token: ";", but found ")" DM.pwn(642) : error 029: invalid expression, assumed zero DM.pwn(642) : fatal error 107: too many error messages on one line