Freeze Code.
How to freeze the player per 10 seconds...
OBS: if use set_user_maxspeed when the player stwich the weapon your maxspeed set to default. |
Re: Freeze Code.
You can use : set_pev( id, pev_flags, pev( id, pev_flags ) | FL_FROZEN ); + set_task() to remove by doing : set_pev( id, pev_flags, pev( id, pev_flags ) & ~FL_FROZEN );
|
Re: Freeze Code.
Code:
|
Re: Freeze Code.
Quote:
|
Re: Freeze Code.
Thanx man! :D
|
| All times are GMT -4. The time now is 18:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.