[Ajuda] error 037: invalid string (possibly non-terminated string)
#1

Alguйm me ajuda por favor, nгo estou conseguindo resolver esse erro.

Linha do Erro:

ShowPlayerDialog(playerid,2569,DIALOG_STYLE_LIST," Empregos","Detetive\nAdvogado\nProfissional\nVende dor De Drogas\nMecanico\nSeguranca\nVendedor De Armas\nMotorista De Onibus\nCaminhoneiro,"Aceitar","Cancelar";

__________________________________________________ ________________
Linhas juntas a essa:


if (strcmp(cmd, "/empregos", true) == 0)
{
if (PlayerToPoint(2.0, playerid, 361.8300,173.5202,1008.3828))
{
Controle(playerid, 0);
ShowPlayerDialog(playerid,2569,DIALOG_STYLE_LIST," Empregos","Detetive\nAdvogado\nProfissional\nVende dor De Drogas\nMecanico\nSeguranca\nVendedor De Armas\nMotorista De Onibus\nCaminhoneiro,"Aceitar","Cancelar";
}
return true;
}
Reply
#2

que erro?
@EDIT
desculpa nгo li o titulo ;-;
Reply
#3

quando coloco pra compila no > aparece:

C:\Users\Toota\Desktop\Server SAMP\gamemodes\BUL.pwn(17256) : error 037: invalid string (possibly non-terminated string)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#4

quando coloco pra compila no > aparece:

C:\Users\Toota\Desktop\Server SAMP\gamemodes\BUL.pwn(17256) : error 037: invalid string (possibly non-terminated string)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#5

tenta
PHP код:
if (strcmp(cmd"/empregos"true) == 0)
{
if (
PlayerToPoint(2.0playerid361.8300,173.5202,1008.3828))
{
Controle(playerid0);
ShowPlayerDialog(playerid,2569,DIALOG_STYLE_LIST," Empregos","Detetive\nAdvogado\nProfissional\nVende dor De Drogas\nMecanico\nSeguranca\nVendedor De Armas\nMotorista De Onibus\nCaminhoneiro""Aceitar""Cancelar");
}
return 
true;

Reply
#6

Obrigado, funcionou!!!

Atй mais...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)