Author Topic: Nothing special.  (Read 2933 times)

Just a war scene.
Only one picture... sorry.


Modern soldiers ageins knights? Riiiiiiight.

Would be nice if you had bunkers and some scenery of some kind... so plain.. just a bunch of people

tank VS guy on a horse lol

most epic 1-sided fight ever

its more like a gang war

except theres horses and tanks. 

>.>

Would be nice if you had bunkers and some scenery of some kind... so plain.. just a bunch of people
Notice it isnt anything special.

Lols? I'll work on another scene.

Now with something mildly special.



Make one on Green Hills or another hilly map with one team trying to take the others' base.

Sorry, but I'm done with these. These are a pain in the but cause if you accidentally shoot a bot it dies and makes you become a clone/flies across the map.

Those are nice builidngs but the staNow with something mildly special.


 
Posted by: Azerath 
irs are weard ?? :cookieMonster:

Those last three pictures are nice but the stairs suck :) :cookieMonster:

Sorry, but I'm done with these. These are a pain in the but cause if you accidentally shoot a bot it dies and makes you become a clone/flies across the map.

Use this:

Code: [Select]
function serverCmdCreatePerson(%client){
if(%client.isAdmin || %client.isSuperAdmin){
%person = new AIPlayer(){
datablock = PlayerNoJet;
position = %client.player.getPosition();
};
MissionCleanUp.add(%person);
%a = %client.player;
%client.player = %person;
%client.applyBodyParts();
%client.applyBodyColors();
%client.player = %a;
}
}

I made it for when I was making scenes, it spawns a bot at your position with your clothes.