Home   Help Search Login Register  

Author Topic: How can I have Extended Amour (tank) in my level ? -without using the cadet mode  (Read 441 times)

0 Members and 1 Guest are viewing this topic.

kujina

  • Guest
In one of my multiplayer levels, I would like it so the tanks have more realistic damage settings. How can I have extended amour without having to set - cadet difficulty on the server. As cadet also alows players to take a lot more hits, which I dont want.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
well u could use this quick script. Syntax not guaranteed.



_tank = _this select 0

@_tank getdammage > 0.5

_tank setdammage 0



This would make the tank 1.5 times more resitant. So if a tank take 2 LAWs, it will now take 3. This will probably not work cause I got the syntax wrong but you see the idea?

_Ross_

  • Guest
just make a trigger

condition: tank1 getdammage < .5
on activation:tank1 setdammage 0

and make sure it only activates once