[Pedido] tempo para pular o tutorial
#6

Realmente...
pawn Код:
new PassarTutorial[MAX_PLAYERS];

forward sairtutorial(playerid);
// coloco assim quando ele receber o diбlog
PassarTutorial[playerid] = 1;
SetTimerEx("sairtutorial", 10000, false, "i", playerid);

// public
public sairtutorial(playerid)
{
PassarTutorial[playerid] = 0;
return 1;
}

// para verificar:
if(PassarTutorial[playerid] != 0) return ShowPlayerDialog...
Apenas um exemplo breve feito atravйs do tlm..
Reply


Messages In This Thread
tempo para pular o tutorial - by MichelScripter - 26.03.2014, 00:01
Re: tempo para pular o tutorial - by DannielCooper - 26.03.2014, 00:06
Re: tempo para pular o tutorial - by DrTHE - 26.03.2014, 00:20
Re: tempo para pular o tutorial - by Marlon_Lorran - 26.03.2014, 14:16
Re: tempo para pular o tutorial - by mitsumyy - 27.03.2014, 20:09
Re: tempo para pular o tutorial - by VeNuZ_ - 27.03.2014, 20:28
Re: tempo para pular o tutorial - by DannielCooper - 27.03.2014, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)