[Ajuda] Dialog.
#1

Bom noite.
Estou aprendendo dialog e comecei por algo simples, porйm estб dando erros.

Fiz;

pawn Код:
#define DIALOG_SAMP 450
E coloquei para quando executar um comando aparecer essa mensagem em dialog.
pawn Код:
ShowPlayerDialog(playerid, DIALOG_SAMP, DIALOG_STYLE_MSGBOX "Olб FуrumSamp", "OK");
Porйm da esses erros;

pawn Код:
error 017: undefined symbol "DIALOG_SAMP"
warning 215: expression has no effect
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Alguйm pode me ajudar? '-'
Reply
#2

pawn Код:
#define DIALOGSAMP 450

ShowPlayerDialog(playerid, DIALOGSAMP, DIALOG_STYLE_MSGBOX, "Titulo", "Olб Fуrum Samp", "Ok", "");
Reply
#3

Vey na moral
pawn Код:
ShowPlayerDialog(playerid, Definiзгododialog, Estilo,"Titulo","Texto", "OK" ,"");
Reply
#4

Obrigado, irei testar.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)