HAM hook grenade throwing
Is there anyway in ham module could detect grenade throwing I tried ham_spawn and entity grenade but it's too early for the checks..
|
Re: HAM hook grenade throwing
FM_SetModel.
|
Re: HAM hook grenade throwing
i can see you're not familiar with the caption >> Ham module << or atleast better way to hook grenade throw, i think best way will be using register_message and hooking the fire in the hole thing.
|
Re: HAM hook grenade throwing
Why not use grenade_throw() in cstrike module?
Edit: I thought it was more intelligent, but it's just using SetModel Code:
void SetModel_Post(edict_t *e, const char *m){ |
Re: HAM hook grenade throwing
Because I want to be able to disable the forward call
|
Re: HAM hook grenade throwing
Quote:
|
Re: HAM hook grenade throwing
Yeah, what are you trying to block exactly, the throw or the set model?
|
Re: HAM hook grenade throwing
Quote:
|
Re: HAM hook grenade throwing
he meant to use DisableHamForward() , i think.
|
Re: HAM hook grenade throwing
Check this one, could be useful.
|
| All times are GMT -4. The time now is 02:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.