03.07.2014, 02:57
Tipo Depois Que A Pessoa Se Registrasse E Logarsse Iria Apareзer Um Tutorial Com Regras E Explicando O Server Ai Depois Ele Clicava Em Spawn E Poderia Jogar!
#define AVISO 1 // Define a Dialog de MSG
new String[150];
format(String, sizeof String, "MSG..................");
ShowPlayerDialog(playerid, AVISO, DIALOG_STYLE_MSGBOX, "Nome Cabecalho", String, "Continuar", "Sair");
Bom coloca uma dialog logo apos o primeiro login do player depois de registrado logo apos ele spawnar
Para Aparecer a mensagem que vocк quer da para usar DIALOG_STYLE_MSGBOX ae Voce Escolhe Quando aparecera a MSG ShowPlayerDialog DialogStyles Um Exemplo No Topo pawn Код:
pawn Код:
|
ShowPlayerDialog(playerid, AVISO, DIALOG_STYLE_MSGBOX, "Nome Cabecalho", "MSG..................", "Continuar", "Sair");
public OnPlayerRequestClass(playerid, classid)
{
/* linha 143 */ ShowPlayerDialog(playerid, DIALOG_BEM, DIALOG_STYLE_LIST, "BemVindos", "Logar\nRegistrar\nSair", "Select");
return 1;
}
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : error 029: invalid expression, assumed zero
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : warning 215: expression has no effect
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : warning 215: expression has no effect
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : warning 215: expression has no effect
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : warning 215: expression has no effect
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : error 001: expected token: ";", but found ")"
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : error 029: invalid expression, assumed zero
C:\Users\Ivison\Documents\gamemodes\PROJETOo.pwn(143) : fatal error 107: too many error messages on one line
ShowPlayerDialog(playerid, DIALOG_BEM, DIALOG_STYLE_LIST, "BemVindos", "Logar\nRegistrar\nSair", "Select");
ShowPlayerDialog(playerid, DIALOG_BEM, DIALOG_STYLE_LIST, "BemVindos", "Logar\nRegistrar\nSair", "Select","");
""
ShowPlayerDialog(playerid, DIALOG_BEM, DIALOG_STYLE_LIST, "BemVindos", "Logar\nRegistrar\nSair", "Select",""));
#define DIALOG_BEM 943//mude para um valor ke nao de conflito