[Ajuda] AFK
#4

http://forum.sa-mp.com/showpost.php?...09&postcount=7

Ou:

PHP код:
SetTimerEx(""1000true"i"playerid);
forward (playerid);
public (
playerid)
{
    if (!
IsPlayerMoving(playerid))
    {
        
SetPVarInt(playerid"AFK"GetPVarInt(playerid"AFK") + 1);
        if (
GetPVarInt(playerid"AFK") >= 60// 60 segundos sem se mover.
            
Kick(playerid);
    }
    else
        
SetPVarInt(playerid"AFK"0);
}
stock IsPlayerMoving(playerid)
{
    new
        
Float:x,
        
Float:y,
        
Float:z;
    if (
GetPlayerVelocity(playeridxyz)) {
        if (!
floatcmp(x0.0) && !floatcmp(y0.0) && !floatcmp(z0.0))
            return 
0;
    }
    return 
1;

Reply


Messages In This Thread
AFK - by HelderPT - 29.07.2018, 01:10
Re: AFK - by Santso - 29.07.2018, 01:24
Re: AFK - by LeViNS - 29.07.2018, 01:31
Re: AFK - by 1sbedx - 29.07.2018, 01:41
Re: AFK - by AutoMatic2 - 29.07.2018, 02:53
Re: AFK - by HelderPT - 29.07.2018, 11:56

Forum Jump:


Users browsing this thread: 1 Guest(s)