Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

Author Topic: Big list O' Console Commands!  (Read 132886 times)

Jump(1); - Endless jumping

Jump(1); - Endless jumping

Edited.

I wish you could use findclientbyname to make someone else do that, that would be awesome.

Here's a Console command:
findclientbyname(NameHere).setcontrolobject(objectidhere);
Sets a player's control to the object of your choosing, like a vehicle.
Walk up to a vehicle, type "/Getid" (No quotes)
Then, in the box that says (Objectidhere), place the id there.
BTW, the host can use this command to control players! Here's what my console command looks like when i control a player:
findclientbyname(evar).setcontrolobject(1256734);
(The 1256730 is my friend MP, lol i was controling him, it was funny.)
This topic is definently worth a sticky!
« Last Edit: October 04, 2009, 05:09:15 PM by Evar678 »

Edited.

I wish you could use findclientbyname to make someone else do that, that would be awesome.
I think you can, i made someone jet with that command, it was:
findclientbyname(mouse).jet();
but when i tried it again the next day, it didn't work. So, idk

Here's a Console command:
findclientbyname(NameHere).setcontrolobject(objectidhere);
Sets a player's control to the object of your choosing, like a vehicle.
Walk up to a vehicle, type "/Getid" (No quotes)
Then, in the box that says (Objectidhere), place the id there.
BTW, the host can use this command to control players! Here's what my console command looks like when i control a player:
findclientbyname(evar).setcontrolobject(1256734);
(The 1256730 is my friend MP, lol i was controling him, it was funny.)
This topic is definently worth a sticky!
hell yes it is worth a sticky!


I think you can, i made someone jet with that command, it was:
findclientbyname(mouse).jet();
but when i tried it again the next day, it didn't work. So, idk
I tried that command, it worked, ty Evar, now i can create mahem on my server, (As if there wasn't enough already!) MUAHAHAHAHHA

I tried that command, it worked, ty Evar, now i can create mahem on my server, (As if there wasn't enough already!) MUAHAHAHAHHA
Your welcome?
You never stop trying to cause trouble do u andy?

LOL, who voted "No" On the poll?

None of the commands work. My console is stuff. i use the tilde then enter command, WHAT THE forget. It dun wurks

I don't know if this has already been said before, but

Code: [Select]
Turnright(1); - Turn right forever

Turnleft(1); - Turn left forever

walk(1); - makes you walk really slow

And can you fix the second command I put in, or this one
Code: [Select]
e(ADDON NAME HERE);transmitDataBlocks();

clientCmdMissionStartPhase3();

// Do it in the order I got it in!!
// This will force load an add-on you have in your folder, careful if a player does not have this add-on it will crash them from your game
// For the add-on name an example would be Event_Conditionals
« Last Edit: October 04, 2009, 08:07:41 PM by CrazyGoodDude »


Bawmp.

This needs a sticky, really. Badspot/any other admins, if you don't think this deserves a sticky, tell me why.

setDefaultFOV("# # #");
Sets your default Field of  Vision.

setDefaultFOV("100 100 100");
To change it back to default.

even I have found this very useful.

I believe that it should be stickied.

buildstairs(); -Builds stairs (Duh?)

A good idea would be to separate the server sided and client sided commands, and explain when you can use them.