Source SDK

Source SDK

Caleon1 Dec 14, 2014 @ 6:48am
CS:GO SDK player speed
Hi..
How can I change player speed in my map but I need to change it only at some place.
Please help.
< >
Showing 1-8 of 8 comments
Entity 351 Dec 14, 2014 @ 7:53am 
Change their movement speed in any direction or only one?
Caleon1 Dec 14, 2014 @ 8:08am 
In every direction. Just normal moving but slower.
Last edited by Caleon1; Dec 14, 2014 @ 8:08am
Caleon1 Dec 15, 2014 @ 8:59am 
Ok thanks but I don't know how to use it. I add into a Output: OnStartTouch !activator SetSpeed 100. But it didn't work. Please Help.
Wazanator Dec 15, 2014 @ 9:39am 
It might not work with CSGO try making a test map in hl2's and see if it works then try it in csgo using the same settings.
Caleon1 Dec 15, 2014 @ 10:08am 
I haven't got HL2. Please can you say how to do it?
Moltard Dec 16, 2014 @ 2:16pm 
Use a player_speedmod.

The entity is in hl2 hammer, maybe not in csgo. Dont worry. Just place an entity, and rename the classname to player_speedmod.
Add a targetname to it. For my exemple, i call it speed

Make a trigger_multiple where you want your player to get speed.

OnStartTouch speed,ModifySpeed,0.5,0,-1
OnEndTouch speed,ModifySpeed,1,0,-1

That should do the job.

Caleon1 Dec 17, 2014 @ 10:08am 
Yeah. It's working. Thank you.
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Dec 14, 2014 @ 6:48am
Posts: 8