Answered Zombies Super Sprint code??

Status
Not open for further replies.

Guilherme_INFR

Veteran
Messages
82
Reaction score
21
Points
793
So, my mod menu has the Walking movement, Sprint and Chasing Bus speed, but i want do add the Super Sprint (An speed between Chasing Bus and Sprint) Anyone know this code? I also have seen it in some mods menus.
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
So, my mod menu has the Walking movement, Sprint and Chasing Bus speed, but i want do add the Super Sprint (An speed between Chasing Bus and Sprint) Anyone know this code? I also have seen it in some mods menus.
Just you the function from the game:
Code:
set_zombie_run_cycle(type)

I founded these types:
Code:
walk
jetgun_walk_fast
run
sprint
super_sprint
chase_bus
idle
stumpy
jetgun_sprint
jetgun_walk_fast_crawl

Be sure to precache the zm_utility where the function is placed:
Code:
#include maps/mp/animscripts/zm_utility;
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
Thread closed: Question answered.
 
Status
Not open for further replies.
Top