Jump to content

Question

Posted

Problemă întâlnită (descriere):Aceste errori
Ero(area / rile) / warning-(ul / urile):error 075: input line too long (after substitutions)

 error 037: invalid string (possibly non-terminated string)
 warning 215: expression has no effect
error 001: expected token: ";", but found "-identifier-"
eerror 017: undefined symbol "Anulare"
 warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
 fatal error 107: too many error messages on one line[/pawn]

Liniile de cod / sursa / script-ul:[pawn] case 6:
{
ShowPlayerDialog(playerid, 147, DIALOG_STYLE_LIST, "Normal Car:", "Perenniel = $1nMoonbeam = $1nBobcat = $1nManana = $1nBravura = $1nSunrise = $1nIntruder = $1nWillard = $1nVincent = $1nStallion = $1nPremier = $1nClub = $1nMajestic = $1nAdmiral = $1nMerit = $1nWindsor = $1nFeltzer = $1nStratum = $1nComet = $1nCadrona = $1nEmperor = $1nFortune = $1nNebul = $1nPrevion = $1nPrimo = $1nSolair = $1nBlista Compact = $1nTampa = $1nEuros = $1nClover = $1", "Cumpara", "Anulare");
}
}
}[/pawn]
Imagini / Video (optional):;n
Aţi încercat să rezolvaţi singur?:Da,tot errori da.

6 answers to this question

Recommended Posts

Posted

Incearca asa

[pawn]case 6:
{
new RString[1400];
strcat(RString, "Perenniel = $1nMoonbeam = $1nBobcat = $1nManana = $1n");
strcat(RString, "Bravura = $1nSunrise = $1nIntruder = $1nWillard = $1n");
strcat(RString, "Vincent = $1nStallion = $1nPremier = $1nClub = $1n");
strcat(RString, "Majestic = $1nAdmiral = $1nMerit = $1nWindsor = $1n");
strcat(RString, "Feltzer = $1nStratum = $1nComet = $1nCadrona = $1n");
strcat(RString, "Emperor = $1nFortune = $1nNebul = $1nPrevion = $1n");
strcat(RString, "Primo = $1nSolair = $1nBlista Compact = $1nTampa = $1n");
strcat(RString, "Euros = $1nClover = $1");
ShowPlayerDialog(playerid, 147, DIALOG_STYLE_LIST, "Normal Car:",RString,"Cumpara","Anulare");
}

}

}
[/pawn]

Posted

Incearca asa

[pawn]case 6:

{

new RString[1400];

strcat(RString, "Perenniel = $1nMoonbeam = $1nBobcat = $1nManana = $1n");

strcat(RString, "Bravura = $1nSunrise = $1nIntruder = $1nWillard = $1n");

strcat(RString, "Vincent = $1nStallion = $1nPremier = $1nClub = $1n");

strcat(RString, "Majestic = $1nAdmiral = $1nMerit = $1nWindsor = $1n");

strcat(RString, "Feltzer = $1nStratum = $1nComet = $1nCadrona = $1n");

strcat(RString, "Emperor = $1nFortune = $1nNebul = $1nPrevion = $1n");

strcat(RString, "Primo = $1nSolair = $1nBlista Compact = $1nTampa = $1n");

strcat(RString, "Euros = $1nClover = $1");

ShowPlayerDialog(playerid, 147, DIALOG_STYLE_LIST, "Normal Car:",RString,"Cumpara","Anulare");

}

}

}

Asa am facut si eu doar ca altfel.

new text[512];

ShowDialogPlayer(playerid, 147, DIALOG_STYLE_LIST ETC.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.