22.12.2016, 13:20
Hola a todos :3, hoy me gustaria que me pudieran ayudar con lo siguiente
Al compilar me salen estos errores, aqui esta la linea del error
Si necesitan un poco mas de informacion me pueden decir, muchas gracias
Код:
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.
Код:
format(string, sizeof(string), "ID Player = %i, X= %f, Y= %f, Z= %f", id_jugador, x, y, z);
