Como defino esto? - 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: Como defino esto? (
/showthread.php?tid=624765)
Como defino esto? -
SilverGaming - 22.12.2016
Hola a todos :3, hoy me gustaria que me pudieran ayudar con lo siguiente
Код:
C:\Users\JONATAN\Desktop\diego\LatinGames RP 2.0\GM ENCREACION\filterscripts\rastreador.pwn(477) : error 017: undefined symbol "string"
C:\Users\JONATAN\Desktop\diego\LatinGames RP 2.0\GM ENCREACION\filterscripts\rastreador.pwn(477) : error 017: undefined symbol "string"
C:\Users\JONATAN\Desktop\diego\LatinGames RP 2.0\GM ENCREACION\filterscripts\rastreador.pwn(477) : error 029: invalid expression, assumed zero
C:\Users\JONATAN\Desktop\diego\LatinGames RP 2.0\GM ENCREACION\filterscripts\rastreador.pwn(477) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Al compilar me salen estos errores, aqui esta la linea del error
Код:
format(string, sizeof(string), "ID Player = %i, X= %f, Y= %f, Z= %f", id_jugador, x, y, z);
Si necesitan un poco mas de informacion me pueden decir, muchas gracias
Re: Como defino esto? -
Swedky - 22.12.2016
PHP код:
new string[128];
Re: Como defino esto? -
BrianFaria - 22.12.2016
Respuesta: Como defino esto? -
Revelation - 22.12.2016
PHP код:
new string[128];
format(string, sizeof(string), "ID Player = %i, X= %f, Y= %f, Z= %f", id_jugador, x, y, z);