SA-MP Forums Archive
[Ajuda] Dialog dando erro - 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: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Dialog dando erro (/showthread.php?tid=356915)



Dialog dando erro - StrikeR_OwneR - 05.07.2012

pawn Код:
if(PlayerInfo[playerid][pRegras] == 0)
    {
        ShowPlayerDialog(playerid,DIALOG_REGRAS,DIALOG_STYLE_MSGBOX,"Brasil B B - Regras"," Olб, Estou vendo que й sua primeira vez aqui no Brasil B B !\n\nVocк ainda nгo aceitou as regras, Leia elas abaixo !\n\n1є PROIBIDO O USO DE HACKERS (PROGRAMA QUE LHE DA BENEFICIOS)\n2є PROIBIDO A DIVULGAЗВO DE OUTROS SERVIDORES DE SAMP OU OUTROS !\n3є Proibido xingamentos a Mгe/Parentes dos Jogadores !\n4є Proibido fazer DB | DB = Matar pessoas ape de dentro de um veнculo !\n5є Respeite os Administradores, Ele estгo aqui para lhe ajudar !\n\nLeia essas e outras regras no /Forum do BBB !\n\nVocк concorda com estбs regras?","Aceito","Recuso");
    }
Dialog ^^

Erro:
pawn Код:
Compilando BrasilBB.pwn...
C:\Users\Lucas\Desktop\Brasil B B 1.0\gamemodes\BrasilBB.pwn(467) : error 075: input line too long (after substitutions)
C:\Users\Lucas\Desktop\Brasil B B 1.0\gamemodes\BrasilBB.pwn(468) : error 037: invalid string (possibly non-terminated string)

C:\Users\Lucas\Desktop\Brasil B B 1.0\gamemodes\BrasilBB.pwn(468) : error 017: undefined symbol "Ol"
C:\Users\Lucas\Desktop\Brasil B B 1.0\gamemodes\BrasilBB.pwn(468) : error 017: undefined symbol "vendo"
C:\Users\Lucas\Desktop\Brasil B B 1.0\gamemodes\BrasilBB.pwn(468) : 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.
Motivo alguem sabe?


Re: Dialog dando erro - Schocc - 05.07.2012

pawn Код:
new str[128];//NUMERO DE CARACTERIES
#define MENU  0

if(PlayerInfo[playerid][pRegras] == 0)
    {
       format(str,sizeof(str)," Olб, Estou vendo que й sua primeira vez aqui no Brasil B B !\n\nVocк ainda nгo aceitou as regras, Leia elas abaixo !\n\n1є PROIBIDO O USO DE HACKERS (PROGRAMA QUE LHE DA BENEFICIOS)\n2є PROIBIDO A DIVULGAЗВO DE OUTROS SERVIDORES DE SAMP OU OUTROS !\n3є Proibido xingamentos a Mгe/Parentes dos Jogadores !\n4є Proibido fazer DB | DB = Matar pessoas ape de dentro de um veнculo !\n5є Respeite os Administradores, Ele estгo aqui para lhe ajudar !\n\nLeia essas e outras regras no /Forum do BBB !\n\nVocк concorda com estбs regras?);
ShowPlayerDialog(playerid,MENU,DIALOG_STYLE_MSGBOX  "
Brasil B B - Regras" ,str, "Aceito", "Recuso");
     }

Ajudei REP++;