[Ajuda] Dialog
#3

pawn Код:
OnPlayerConnect = ShowPlayerDialog(playerid, ID DO DIALOG
lб no topo vocк deve ter definido tipo assim: #define DialogLogin 355 e #define DialogSpawn 356
crie uma variбvel para armazenar new PlayerLogado[MAX_PLAYERS];

na OnDialogResponse vocк define das seguintes formas:

apуs o player digitar a senha e ser logado com sucesso vocк seta PlayerLogado[playerid] = 1;

e no local do spawn vocк define:

pawn Код:
if(PlayerLogado[playerid] == 1)
{
//informaзхes do dialog
}
isso pode funfa
Reply


Messages In This Thread
Dialog - by FabioGTP - 17.09.2014, 15:29
Re: Dialog - by shittt - 17.09.2014, 15:35
Re: Dialog - by focaximubh - 17.09.2014, 15:35
Re: Dialog - by FabioGTP - 18.09.2014, 22:36

Forum Jump:


Users browsing this thread: 2 Guest(s)