Author Topic: Post Console CMD's here.  (Read 959 times)

I dont know too many and i would like to find out more of those cmds. If you could please post some here! :cookieMonster:

crash();
getNonsense();
quit();
while(true){}

jeepVEHICLE.maxwheelspeed = 100;

Talks as another player that is on the server: ServerCmdMessageSent(findclientbyname(NAME),"MessageHere");

Press an alphabetical key on the keyboard and press TAB. Do that for every number to explore the console commands :D.

talk("Message here.");
Correct me if wrong, since I'm not sure :D
« Last Edit: July 18, 2009, 11:16:59 AM by TheLegomaster »

Press an alphabetical key on the keyboard and press TAB. Do that for every number to explore the console commands :D.
If you press space then tab, you can go through all of them.

If you press space then tab, you can go through all of them.
Oh, good point. Oh, and bump before page 2. :D

figureout("Topic is in wrong section, I should use common sense.");

Oh, wait. I have another :D. I think it went like this.

serverCmdDragonAttack();? Maybe?

figureout("Topic is in wrong section, I should use common sense.");
Code: [Select]
function figureout(%iq);
{
if (%iq <= 80)
    return();
else
    blah();
}

Rite?

Code: [Select]
function figureOut(%string)
{
if(getIQ() <= 80)
return 0;
else
$FiguredOut[%string] = 1;
}