Quote:
Originally Posted by The Specialist
K first f all you might be better of to try player_prethink. but the returns you need are .
Code:
return FMRES_HANDLED;
return FMRES_IGNORED;
return FMRES_OVERRIDE;
return FMRES_SUPERCEDE;
I would use FMRES_HANDLED in this case . hope this helps
|
Where would I find this player_prethink? I think your confusing yourself. The only other "call" I know of is client_prethink and that is in engine.
I do not have engine running on my server at all....and I'm not gonna turn it on just for one function.
Ven, I'll grab the code soon as I can get home...I'm at work and I dont store my source codes here.