[Pedido] Anti AFK
#10

tentas:
pawn Код:
new
    Float:pX[MAX_PLAYERS],
    Float:pY[MAX_PLAYERS],
    Float:pZ[MAX_PLAYERS]
;


forward PlayerInUseEsc(playerid, Float:x, Float:y, Float:z);
public PlayerInUseEsc(playerid, Float:x, Float:y, Float:z)
{
    if(pX[playerid] != 0.0)
    {
        new Float:_X, Float:_Y, Float:_Z; GetPlayerPos(playerid, _X, _Y, _Z);
        if(_X == pX[playerid] && _Y == pY[playerid] && _Z == pZ[playerid])
        {
            new id = playerid;
            Kick(playerid);
            pX[id] = 0.0;
            pY[id] = 0.0;
            pZ[id] = 0.0;
        }
    }
    GetPlayerPos(playerid, pX[playerid], pY[playerid], pZ[playerid]);
    SetTimerEx("PlayerInUseEsce", 3000, false, "ifff", playerid, pX[playerid], pY[playerid], pZ[playerid]);
    return 1;
}
Reply


Messages In This Thread
[Pedido] Anti AFK - by IILeonII - 04.10.2011, 19:59
Re: [Pedido] Anti AFK - by Pharrel - 04.10.2011, 20:35
Re: [Pedido] Anti AFK - by Vai_Besta - 04.10.2011, 20:45
Re: [Pedido] Anti AFK - by Pharrel - 04.10.2011, 20:48
Re: [Pedido] Anti AFK - by [O.z]Caroline - 04.10.2011, 20:50
Re: [Pedido] Anti AFK - by Pharrel - 04.10.2011, 20:54
Re: [Pedido] Anti AFK - by [O.z]Caroline - 04.10.2011, 21:06
Re: [Pedido] Anti AFK - by IILeonII - 05.10.2011, 00:51
Re: [Pedido] Anti AFK - by Pharrel - 05.10.2011, 00:59
Re: [Pedido] Anti AFK - by [O.z]Caroline - 05.10.2011, 01:10

Forum Jump:


Users browsing this thread: 2 Guest(s)