Author Topic: the jeep  (Read 922 times)

ok if you have the jeep damage on in a mini game, yes if you run over people it kills them almost everytime but is there anyway to have it on but it not hurting you when your getting in it. because it kills you everytime you try to get in it

I think it can be modified...not sure how.Maybe these?

Code: [Select]
      minRunOverSpeed    = 2;   //how fast you need to be going to run someone over (do damage)
      runOverDamageScale = "5" ;   //when you run over someone, speed * runoverdamagescale = damage amt
      runOverPushScale   = 1.2; //how hard a person you're running over gets pushed

Change the quoted 5 at runoverdamagescale to 0(without quotes)
But it would cause that you can`t ram people anymore...
« Last Edit: December 01, 2007, 04:22:22 AM by jurttu »

No, just change the minrunoverspeed to be higher. That will probably work.

No, just change the minrunoverspeed to be higher. That will probably work.
Well what if you get to that speed? Plus, Badspot no longer uses that code bit, he made his own thing to damage players.

runOverDamageScale = 0;

It works. I've tried it.