SA-MP Forums Archive
Ayuda - 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: Ayuda (/showthread.php?tid=451033)



Ayuda - Enriquedk - 15.07.2013

Amigo Porque me sale esto a compilar

Quote:

C:\Users\EnriqueDk\Desktop\Zenon City Role Play\gamemodes\ZenonCity.net.pwn(15722) : error 017: undefined symbol "JInfo"
C:\Users\EnriqueDk\Desktop\Zenon City Role Play\gamemodes\ZenonCity.net.pwn(15722) : warning 215: expression has no effect
C:\Users\EnriqueDk\Desktop\Zenon City Role Play\gamemodes\ZenonCity.net.pwn(15722) : error 001: expected token: ";", but found "]"
C:\Users\EnriqueDk\Desktop\Zenon City Role Play\gamemodes\ZenonCity.net.pwn(15722) : error 029: invalid expression, assumed zero
C:\Users\EnriqueDk\Desktop\Zenon City Role Play\gamemodes\ZenonCity.net.pwn(15722) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Linea :
Quote:

format(string, sizeof(string), "{FFFFFF}- El Dinero que posees en tu cuenta bancaria es {16AB00}%d${FFFFFF}.",JInfo[playerid][pAccount]);

Gracias


Re: Ayuda - Ruiz_Daniel - 15.07.2013

Creo que el gm de ZenonCity usa playerinfo no jugadorinfo, seria asi

format(string, sizeof(string), "{FFFFFF}- El Dinero que posees en tu cuenta bancaria es {16AB00}%d${FFFFFF}.",pInfo[playerid][pAccount]);


Respuesta: Ayuda - TiNcH010 - 15.07.2013

Cambiaste la variable que venнa por defecto, seguramente.


Respuesta: Ayuda - oOFotherOo - 15.07.2013

Seсor usted cambiу la variable que tiene por defecto el GM, recuerde que si la variable no estб definida entonces lanzarб error.

Un saludo.


Respuesta: Ayuda - BecksLennon - 16.07.2013

Como dijeron anteriormente, cambiaste las variable y no las definiste adecuadamente, el Usuario Ruiz Daniel te paso una posible soluciуn, al problema.

Код:
format(string, sizeof(string), "{FFFFFF}- El Dinero que posees en tu cuenta bancaria es {16AB00}%d${FFFFFF}.",pInfo[playerid][pAccount]);