Speedmod value
7 replies



04.04.18 08:30:16 pm
Hey guys I got a problem here
health = hp + 25, -- this means that 25 hp will be added to the current maxhealth,
But...
armor = speed + 6, -- this wont work because "speed" isn't an ingame value (hp is recognized as health and ap is armor if im not wrong)
So, I just wanted to know, if someone knows what the value for "speed" is, plz tell
Btw its "armor" because of this
parse("speedmod "..id.. " "..ability.armor)
parse("setmaxhealth "..id.. " "..ability.health)
I was too lazy to change it to speed so
health = hp + 25, -- this means that 25 hp will be added to the current maxhealth,
But...
armor = speed + 6, -- this wont work because "speed" isn't an ingame value (hp is recognized as health and ap is armor if im not wrong)
So, I just wanted to know, if someone knows what the value for "speed" is, plz tell
Btw its "armor" because of this
parse("speedmod "..id.. " "..ability.armor)
parse("setmaxhealth "..id.. " "..ability.health)
I was too lazy to change it to speed so
heh
I can't really say that I get you but I suppose that you meant this:
For more:
player
player(id, "speedmod")
For more:

Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework


@
henrii: So excuse me but what's that then? Nobody would get it.

Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework


I don't really know how to explain it, but if hp means health, ap means armor, then what is the "word" that means speed?, I know that both hp and ap work since i've been using them but now i don't know the "speed" one.
oh nvm I found a way around it
oh nvm I found a way around it
heh
Let me just estimate then! You probably asked us some kind of variable that brings speed value of a player and stands at a script nobody knows. Because I never saw something like ability variable so far in my CS2D life.
Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework





