Innactive players
#4

pawn Код:
new PlayaTick[MAX_PLAYERS];

bool:IsPlayerAFK(playerid)
{
    return ( (GetTickCount() - PlayaTick[playerid] ) > 650);
}

public OnPlayerUpdate(playerid)
{
    PlayaTick[playerid] = GetTickCount();
    return 1;
}
Reply


Messages In This Thread
Innactive players - by kalanerik99 - 25.06.2015, 20:52
Re: Innactive players - by Alex Magaсa - 25.06.2015, 20:58
Re: Innactive players - by kalanerik99 - 25.06.2015, 21:04
Re: Innactive players - by Jefff - 25.06.2015, 21:13
Re: Innactive players - by kalanerik99 - 25.06.2015, 21:33
Re: Innactive players - by Jefff - 25.06.2015, 22:01
Re: Innactive players - by kalanerik99 - 25.06.2015, 22:03
Re: Innactive players - by Jefff - 25.06.2015, 22:05
Re: Innactive players - by kalanerik99 - 25.06.2015, 22:08

Forum Jump:


Users browsing this thread: 2 Guest(s)