[Pedido] tempo para pular o tutorial
#3

Quote:
Originally Posted by DannielCooper
Посмотреть сообщение
pawn Код:
new tempo = 10;

if(GetTickCount < tempo) return SendClientMessage(playerid, -1, "Nгo pode passar do tutorial");
Isso й apenas um exemplo, pode fazer de outro jeito.
Nгo faz sentido isso ai.

~

Tente algo assim

Declare uma variбvel global:
pawn Код:
new tempo[MAX_PLAYERS];
Armazene o tempo inicial em segundos (utilizar em cada parte do tutorial).
pawn Код:
tempo[playerid] = gettime();
Verifique o tempo passado (o valor 10 abaixo й referente a 10 segundos passados)
pawn Код:
if(gettime() - tempo[playerid] < 10) return SendClientMessage(playerid, -1, "Aguarde no minimo 10 segundos!");
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: 2 Guest(s)