22.10.2016, 21:12
Put
under
* this will start counting 60 seconds before the player heal or go afk again
also put this next to where you define the "AFK[MAX_PLAYERS]" or idk how u call it
remove it from this cmd
Код:
afkcount = GetTickCount();
Код:
public OnPlayerTakeDamage(playerid, damagedid, Float:amount, weaponid)
also put this next to where you define the "AFK[MAX_PLAYERS]" or idk how u call it
remove it from this cmd
Код:
new afkcount;