View Single Post
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 06-21-2022 , 14:54   Re: lock button from origin
Reply With Quote #2

Not tested

Code:
// Should be registered as a Pre RegisterHam(Ham_Use, "func_button", "ButtonUse", 0); public ButtonUse(iEnt, id, iActivator, use_type, Float:value) {     SetHamParamInteger(use_type, 0);     return HAM_HANDLED; }

https://github.com/s1lentq/ReGameDLL.../extdef.h#L112
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline