Forums Index >> Modding >> For all of you wanting tanks above your gates....
Page : <1> :
TT doesn't like the frequency variable I don't think.
Michael that was not a good idea of giving that to people....Cuz there will be some one out there trying to hit that tank.....and when they do it not only crashes there game but everyone elses game that is in that server :S
Like I said, I offer no support.
If you are to stupid to not follow instructions and hit the tank, you deserve it.
In my servers, when I have those, I surround them with a clear box with a collision mesh. That way, you can't hit them.
Lol good idea nate
Well, If I was to use it, I'd set it up as TSstatic or summot like that, or is that a goal?
Page : <1> :
Get tankdatablocks.zip and put that in game/server/scripts.
In you.mis it should look like this:
};
new PowerUp() {
position = "31.7526 -43.4625 104.175";
rotation = "-0.145958 0.0400565 -0.988479 64.4957";
scale = "10 10 10";
frequency = 2;
dataBlock = "ltank";
lightBoost = "0";
For the light tank, or mtank for the medium tank, or htank for heavy tank, or ufotank for the babyboss.
WARNING: DO NOT go through the tanks, they will crash your game. Just make a new powerup and get it where you want it, and then change the datablock to the tanks if you want to play it safe.
I am also offering no support if this "messes up" your game because if you do it correctly you should have no problems.