Hi all,
I'm looking for a forward that could be used to efficiently detect whenever a player's backpack ammo amount changes.
I want to avoid using register_event/message for the "AmmoX" message, because an engine-generated message has to be sent during such forward's execution (doing that can currently
crash the server or
result in some awful recursion bugs). I know I can always get around those by using a 0.1 sec task, but I'm looking for a more "clean" and efficient method...
Thanks in advance,
__________________