[DUV] Dialog Box
#8

Quote:
Originally Posted by [O.o
Davidovich ]
cara vocк tem que por o #include <a_samp> em qualquer script que vocк queira fazer...
coloquei essa include no topo como vc pode ver ai!
Code:
#include <a_samp>
#define DIALOG_WELCOME 624
public OnPlayerConnect(playerid)
{
  ShowPlayerDialog(playerid,DIALOG_WELCOME,DIALOG_STYLE_MSGBOX,"BEM VINDO!","Seja bem vindo ao TaLiBan Server Brasil \n
  Respeite todos os players e principalmente os administradores \n
  Siga as regras, ou vocк poderб ser punido","OK","SAIR");
  return 1;
}

public OnDialogResponse(playerid,dialogid,response)
{
  if(dialogid == DIALOG_WELCOME && response == 0)
  {
    SendClientMessage(playerid,0xFF0000AA,"Vocк foi kickado por escolher a opзгo SAIR no dialog welcome.");
    Kick(playerid);
  }
  if(dialogid == DIALOG_WELCOME && response == 1)
  {
    SendClientMessage(playerid,0x00FF00AA,"Agora vocк pode jogar, divirta-se.");
  }
  return 1;
}
mas agora esta dando sу 4 erros na mesma linha, a 5є linha

Code:
(5) : error 037: invalid string (possibly non-terminated string)
(5) : error 017: undefined symbol "Seja"
(5) : error 017: undefined symbol "bem"
(5) : fatal error 107: too many error messages on one line
Linha 5:

Code:
  ShowPlayerDialog(playerid,DIALOG_WELCOME,DIALOG_STYLE_MSGBOX,"BEM VINDO!","Seja bem vindo ao server \n
e agora?
Reply


Messages In This Thread
[DUV] Dialog Box - by Ambrуsio - 23.01.2010, 13:01
Re: [DUV] Dialog Box - by Caio_Cartaxo - 23.01.2010, 13:09
Re: [DUV] Dialog Box - by Ambrуsio - 23.01.2010, 13:12
Re: [DUV] Dialog Box - by [O_o]Davidovich - 23.01.2010, 13:42
Re: [DUV] Dialog Box - by Ambrуsio - 23.01.2010, 14:02
Re: [DUV] Dialog Box - by [O_o]Davidovich - 23.01.2010, 14:03
Re: [DUV] Dialog Box - by Caio_Cartaxo - 23.01.2010, 14:08
Re: [DUV] Dialog Box - by Ambrуsio - 23.01.2010, 14:35
Re: [DUV] Dialog Box - by [O_o]Davidovich - 23.01.2010, 14:55
Re: [DUV] Dialog Box - by Ambrуsio - 23.01.2010, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)