Author Topic: Console Commands  (Read 15427 times)

Wild guess: makes whoever's ID you put in place of what I assume to be yours SA?
What if you replace the 1 with a 2?

What if you replace the 1 with a 2?
Nothing

%testisAdmin = 2;
if(%testisAdmin)
    echo("success");

It'll go through as long as it's not 0 or blank.

If only you could shoot.

Mount the tank turret to yourself* and then Self Delete.
Then get in the turret. Click.
Note: If you jet out, the turret will disappear. (Unless you try mounting it to yourself again? EDIT: This works.)

*Findclientbyname("YourName").player.mountobject(ObjectID,Nodenumber1-9);
« Last Edit: September 02, 2009, 08:35:30 PM by Xerces »

Nothing

%testisAdmin = 2;
if(%testisAdmin)
    echo("success");

It'll go through as long as it's not 0 or blank.

I was hoping for Double Super Admin  :cookieMonster:

Mount the tank turret to yourself* and then Self Delete.
Then get in the turret. Click.
Note: If you jet out, the turret will disappear. (Unless you try mounting it to yourself again?)

*Findclientbyname("YourName").player.mountobject(ObjectID,Nodenumber1-9);


Oh I know that, I just wanted to do it while I was literally the tank turret. :P

How do you mount objects onto vehicles?

(i.e. a tank turret onto a minibike)

Mount the tank turret to yourself* and then Self Delete.
Then get in the turret. Click.
Note: If you jet out, the turret will disappear. (Unless you try mounting it to yourself again? EDIT: This works.)

*Findclientbyname("YourName").player.mountobject(ObjectID,Nodenumber1-9);

Aim at the turret, and type /getid
Replace objectID with the number it tells you.

I heard you can remove the turret from the tank with ObjectID.dismount();

EDIT: Confirmed, see post below
« Last Edit: September 02, 2009, 08:46:39 PM by Regulith »

^It works.

You can also mount objects to other objects, such as a minibike by doing this:

ObjectID.mountobject.(ObjectID,NodeNumber0-9);
The first object is the base, and the second one is the one you are mounting.

I did this with a tank turret and a minibike and it looked awesome. I got in the minibike and could still drive.




« Last Edit: September 02, 2009, 08:57:40 PM by Xerces »


For an encore, I did this.

I set the tank's turret scale to 0.8 with this:

ObjectID.setPlayerScale.("# # #"); And then mounted it to the back seat of a mongoose. The Montank was born.

Video

Image:




You cannot control a brick.
You used to be able to control bricks, I've done it before.

Yeah, that's all hackish stuff though.

So, Miles, You have shown a picture of a tank-turret on a MONGOOSE. Can you go and press . until you get to the back of it, and then do you mount automatically onto the turret?

Also, I've seen someone("I can't remember,1"); do a Centerprint MSG all.
How do you do it?