SA-MP Forums Archive
error 037: invalid string (possibly non-terminated string) - 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: error 037: invalid string (possibly non-terminated string) (/showthread.php?tid=595013)



error 037: invalid string (possibly non-terminated string) - Ghost112397 - 27.11.2015

Hola, alguien podrнa ayudarme con este error? Muchas gracias.

pawn Код:
ShowPlayerDialog(playerid,9113,DIALOG_STYLE_MSGBOX,""#GRIS"Comandos de aprendiz",
""#VERDE"/espectear [id] "#BLANCO"- observar a un jugador\n
"#VERDE"/encarcelar [id] [tiempo(minutos)] [razуn]\n
"#VERDE"/kick [id] [razуn]","Cerrar","");
Код:
grandlarc.pwn(2431 -- 2432) : error 037: invalid string (possibly non-terminated string)
grandlarc.pwn(2432) : error 017: undefined symbol "observar"
grandlarc.pwn(2432) : error 017: undefined symbol "a"
grandlarc.pwn(2432) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: error 037: invalid string (possibly non-terminated string) - RIDE2DAY - 27.11.2015

PHP код:
ShowPlayerDialog(playerid9113DIALOG_STYLE_MSGBOX,
    
""#GRIS"Comandos de aprendiz",
    
""#VERDE"/espectear [id] "#BLANCO"- observar a un jugador\n\
    
"#VERDE"/encarcelar [id] [tiempo(minutos)] [razуn]\n\
    
"#VERDE"/kick [id] [razуn]",
    "
Cerrar",""
); 
Poner \n harб un salto de lнnea en el dialog que tu ves en el juego, pero para escribir en varнas lнneas una cadena es necesario poner \ donde se hace el salto. Inspecciona mi cуdigo.