Forum

> > CS2D > General > How to make this "Dash"
Forums overviewCS2D overviewGeneral overviewLog in to reply

English How to make this "Dash"

1 reply
To the start Previous 1 Next To the start

old closed How to make this "Dash"

BoosterxD
User Off Offline

Quote
i make this

1
2
3
4
5
6
-- Hunter 
          if (sdz.classes.classt[id]==2) then 
               parse ("setmaxhealth "..id.." 250") 
               parse ("speedmod "..id.." -4") 
               return "69"; 
          end

When Presses Right Click While Holding A Claw It Can Dash

How to make it

and this

1
2
3
4
5
6
7
-- Tank 
          if (sdz.classes.classt[id]==4) then 
               parse ("setmaxhealth "..id.." 250") 
			   parse ("setarmor "..id.." 205")
               parse ("speedmod "..id.." -2") 
               return "73"; 
          end

how to make it ONCE? [one player to be him [TANK]]
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview