Author Topic: Console Commands  (Read 16633 times)

xD
Aaaww, quad post. >:(
« Last Edit: February 14, 2010, 10:42:53 AM by 300spartan »


Seriously. I think this is a revolution of battleships using console commands!

I made a note pad of all the console commands so far. Some might not work though. If anyone wants to modify it to make it more use full.. that would be nice.
« Last Edit: September 06, 2009, 12:19:19 AM by KuriousGeorge »

Uh... You forgot that that clansuffix&prefix has no ('s. Example:

findClientByName("Name").clanSuffix = "Clan Tags";

:/

I must save this topic.

findclientbyname().delete();

This isn't really a console command, but...
_____________________________ ________________
Code: [Select]
function PUT A VEHICLES NAME HERE::onImpact(%this,%obj,%data)
{
%speed = vectorLen(%obj.getVelocity());
if(%speed > %obj.dataBlock.minMiniJetSpeed)

%trans = %obj.getTransform();

%p = new Projectile()
{
dataBlock = jeepFinalExplosionProjectile;
initialVelocity  = "0 0 0";
initialPosition  = %trans;
sourceObject     = %obj;
sourceSlot       = 0;
client           = %obj.client;
};
MissionCleanup.add(%p);
         if(%obj.destroyed)
            return;
         %obj.setDamageLevel(%this.maxDamage);
         %obj.destroyed = 1;
         %obj.schedule(10,"finalExplosion");
         if(isObject(%obj.spawnBrick.client.minigame))
            %respawn = %obj.spawnBrick.client.minigame.vehicleReSpawnTime;
         %obj.spawnBrick.schedule(%respawn,"spawnVehicle");


}
_____________________________ ________________

Taken from Strato's planes: Spitfire, B17G, and in the Mass Release.
Quote from: 300spartan
PUT A VEHICLES NAME HERE
Kinda self-explanitory, and it should work...
Holy crap. Quadruple post. Sorry.
« Last Edit: February 14, 2010, 10:42:11 AM by 300spartan »

Didn't Bob make a topic About this?

'Twas a LIST of addons, not me wanting to know more about it.

I am making a list of commands to play around with in my server >:D

Is there a title to this coding language or whatever? I would love to learn it if i ever had that much time on my hands.

Very cool. this is just what I've been looking for ever since I saw someone put a tank turret on their head! Thank you.

Uh... You forgot that that clansuffix&prefix has no ('s. Example:

findClientByName("Name").clanSuffix = "Clan Tags";

:/
Actually, you can do clanSuffix like this:
findClientByName("Name").clanSuffix=("ClanTags");

Back on the topic of the Montank, what node is the tank turret on from the Mongoose?

Too many.
Don't forget <bitmap:[filepath]> can also be used in events and clan tags.
Though it wont show up for others if they don't have the image.
A funny one to do is <bitmap:screenshots/Blockland_00001> so it shows the very first screenshot they took.
for <bitmap:[filepath>, how would you do the demo banner, i've tried many times and it wouldn't work :c

Press ~ then type a word or letter and press the Tab button and you'll find commands just put in (); at the end.