Would be nice if you had bunkers and some scenery of some kind... so plain.. just a bunch of people
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.
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; }}