Addbodyforce doesn't work?
Hello, I took a long break for my cs.
I finally tried to create one map.
The point of the map was, showing the "exo" abilaty.
If you jump on a certain area, you use your "Exo suit" and fly high, and a little bit forward.
I already made the sound etc.
but the thing is, this is the code ;
AddPlayerBodyForce(0, 0, 0, true);
Now, the first zero, is for Up and down, seconds is left and right, and last one if forward, or backwards.
Somehow, I CAN'T make the player jump even "A little bit" high.
So even if I had it like this
AddPlayerBodyForce(100000000000000, 0, 0, true);
It wouldn't work, Now my question is, is there something I need to do, or does this simply NOT work, because if this, is not gonna work, i'm really gonna take a break for like year, this map I made can make me so aggresive, if I can't do what I wanted to do, and nope there is "no way' to make this "happen" with something else, I mean having a big long rope hanging on a cliff won't be realistic xD
AND I tried everything I could, all numbers, with or without " - "
|