Speed plugin
im trying to make a plugin to set a players speed
i use the function set_user_maxspeed(id, float speed) it works but when i change weapons, the speed is changed. I guess i understand why this happens because every gun has a different speed you can move at, but does anyone know a way around this? |
Set their speed in the CurWeapon event.
|
how do i do that?
|
anyone know?
|
set_user_maxspeed(id, 400)
400 is the spead, you have to add #include <fun> in your plugin header. |
....
Code:
Set their speed in "speed" |
| All times are GMT -4. The time now is 08:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.