[Pedido] Comandos /tempoon
#2

BASE:
pawn Код:
new tempo_on[MAX_PLAYERS];
new Timer_TempoOn[MAX_PLAYERS];
forward TempoOn_Callback(playerid);
// OnPlayerConect:
tempo_on[playerid] = 0;
Timer_TempoOn[playerid] = SetTimerEx("TempoOn_Callback", 1000, true, "u", playerid);
// OnPlayerDisconect:
KillTimer(Timer_TempoOn[playerid]);
// Qualquer local:
public TempoOn_Callback(playerid) return tempo_on[playerid] ++;
// Comandos:
COMMAND:meutempoon(playerid)
{
    new str[128];
    format(str, sizeof str, "Vocк estб %d segundos online.", tempo_on[playerid]);
    SendClientMessage(playerid, -1, str);
    return true;
}
Agora o /tempoon [id] й com vocк..
A Base jб tб feita, basta otimizar e concluir.
Reply


Messages In This Thread
Comandos /tempoon - by Julinhu - 11.06.2014, 20:42
Re: Comandos /tempoon - by Mori4rty - 11.06.2014, 21:17
Re: Comandos /tempoon - by ForT - 11.06.2014, 21:28
Re: Comandos /tempoon - by Julinhu - 12.06.2014, 18:54

Forum Jump:


Users browsing this thread: 1 Guest(s)