30.12.2011, 10:30
Hello guys,i've a scripted a small anticheat for health/armour spawns and i've this timer:
How i can set it will run ONLY when a players spawns health or armour? Instead of adding on OnGameModeInit and check every 5 seconds.
pawn Код:
SetTimer("HealthArmourCheat", 5000, true);