SA-MP Forums Archive
Error 001: їQuй tiene mal el cуdigo? - 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 001: їQuй tiene mal el cуdigo? (/showthread.php?tid=636424)



Error 001: їQuй tiene mal el cуdigo? - Romero837 - 27.06.2017

Buenas tardes, ocupo su ayuda para poder resolver este error, no lo he identificado, y hasta ahora no he podido encontrarle soluciуn
Error:
PHP код:
(3972) : error 001expected token";"but found "-identifier-" 
PHP код:
Lнnea 3971: new embargos[150]
Lнnea 3972format(stringsizeof(string), "{BFC0C1}Embargos: {B70639}%d\n"autos[newcar][cEmbargo]);
Lнnea 3973strcat(embargosstring);
Lнnea 3974format(stringsizeof(string), "{BFC0C1}Multa: {B70639}%d$\n"autos[newcar][cMulta]);
Lнnea 3975strcat(embargosstring);
Lнnea 3976ShowPlayerDialog(playerid,DIALOGO_DEFAULTDIALOG_STYLE_TABLIST_HEADERS,"{B70639}» {BFC0C1}Estado judicial del vehнculo",embargos,"Salir",""); 



Re: Error 001: їQuй tiene mal el cуdigo? - HoussemGaming - 27.06.2017

PHP код:
Lнnea 3971: new embargos[150
Te perdiste un semilicуn
PHP код:
 Lнnea 3971: new embargos[150]; 



Respuesta: Re: Error 001: їQuй tiene mal el cуdigo? - Romero837 - 27.06.2017

Quote:
Originally Posted by HoussemGaming
Посмотреть сообщение
PHP код:
Lнnea 3971: new embargos[150
Te perdiste un semilicуn
PHP код:
 Lнnea 3971: new embargos[150]; 
Mierda, cosas que pasan jaja. ЎGracias!


Re: Error 001: їQuй tiene mal el cуdigo? - EdgarHN - 27.06.2017

new embargos[150] // No cerrastes con ;
new embargos[150];


Respuesta: Error 001: їQuй tiene mal el cуdigo? - Romero837 - 27.06.2017

Se me pasу por alto y en el momento ni lo vi, Ўmuchas gracias!

Tema resuelto.