[Ajuda] Dialog dando erro
#1

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?
Reply
#2

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++;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)