Como defino esto?
#1

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
Reply
#2

PHP код:
new string[128]; 
Reply
#3

Код:
new string[128];
Reply
#4

PHP код:
new string[128];
format(stringsizeof(string), "ID Player = %i, X= %f, Y= %f, Z= %f"id_jugadorxyz); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)