Como hacer esto...
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(IsPlayerNPC(playerid))return 1;
    KillTimer(TAFK[playerid]);
    KillTimer(TFuera[playerid]);
    TAFK[playerid] = SetTimerEx("AFK", TIEMPO, 1, "i", playerid);
    return 1;
}
PD: si ya tenes la respuesta xq no "jugas" con el codigo, aprendes mucho mas.
Reply


Messages In This Thread
Como hacer esto... - by TiNcH010 - 23.07.2011, 03:18
Respuesta: Como hacer esto... - by TheChaoz - 23.07.2011, 03:24
Respuesta: Como hacer esto... - by TiNcH010 - 25.07.2011, 01:31

Forum Jump:


Users browsing this thread: 1 Guest(s)