25.12.2011, 00:00
Create a timer that checks for players reloading
Put that to OnGameModeInit (please note that it's called every 300ms, might make your server lag, but if you increase it might not detect it.
Код:
SetTimer("CheckReloadingWeapon", 300, 1);