View Single Post
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 08-15-2011 , 10:55   Re: Sound and frozen flag
Reply With Quote #9

Quote:
Originally Posted by ConnorMcLeod View Post
- Supercede FM_EmitSound
- set pev_maxspeed to 1.0 + Hook Ham_Player_ResetMaxSpeed as post and set pev_maxspeed to 1.0 if player is supposed to be blocked
To unlock, set player unblock (var) and call Ham_Player_ResetMaxSpeed

Don't even think about CmdStart for such thing
i use ham caps or w/e to catch 'use' so when i hit the player i set

set_pev(id, pev_maxspeed, 1.0);
set_pev(target, pev_maxspeed, 1.0);

on reset speed i had it the same didnt seem to work i will check it out again. Thanks for the replies.
Doc-Holiday is offline