View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 08-23-2020 , 13:26   Re: Help on register_forward
Reply With Quote #2

It triggers when whatever you are hooking occurs.

I would recommend using register_touch() from the engine module if you are looking to detect when a player touches something, since it allows you to specify both classnames, whereas using FM_Touch, you need to do further logic/conditions to react on only specific entities.
__________________

Last edited by Bugsy; 08-23-2020 at 13:27.
Bugsy is offline