21.03.2012, 03:26
Ola galera,
Bom, eu fiz oque vcs me recomendaram ao fazer meu comando em uma dialog, mas deu o seguinte erro
Linha do erro
Bom, eu fiz oque vcs me recomendaram ao fazer meu comando em uma dialog, mas deu o seguinte erro
pawn Код:
C:\Users\william\Documents\Meus arquivos recebidos\1\gamemodes\a.pwn(18617) : error 075: input line too long (after substitutions)
C:\Users\william\Documents\Meus arquivos recebidos\1\gamemodes\a.pwn(18618) : error 027: invalid character constant
C:\Users\william\Documents\Meus arquivos recebidos\1\gamemodes\a.pwn(18618) : error 029: invalid expression, assumed zero
C:\Users\william\Documents\Meus arquivos recebidos\1\gamemodes\a.pwn(18618) : error 017: undefined symbol "Carros"
C:\Users\william\Documents\Meus arquivos recebidos\1\gamemodes\a.pwn(18618) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
if(listitem == 1) // Item
{
ShowPlayerDialog(playerid, CARROS , DIALOG_STYLE_MSGBOX, "\Carros 400 \nBravura 401 \nBuffalo 402 \nPerenniel 404 \nSentinel 405 \nLimo 409 \nManana 410 \nInfernus 411 \nVoodoo 412 \nPony 413 \nCheetah 415 \nAmbulance 416 \nMoonbeam 418 \nEsperanto 419 \nTaxi 420 \nWashington 421 \nBobcat 422 \nSorvete 423 \nBF Injection 424 \nPremier 426 \nEnforcer 427 \nSecuricar 428 \nBanshee 429 \nHotknife 434 \nPrevion 436 \nCabbie 438 \nStallion 439 \nRumpo 440 \nAdmiral 445 \nTurismo 451 \n Solair 458 \nBerkley's RC Van 459 \nPatriot 470 \nPatriot \nHermes 474 \nSabre 475 \nZR-350 477 \nBullet 541", "Confirmar", "Sair");
}