Poll

How should it be layed out?

Name - commands they suggested
30 (76.9%)
no names, just commands
9 (23.1%)

Total Members Voted: 39

Author Topic: Console Command List  (Read 72781 times)

Did you guys get this?:

exec(addonservercspathfrombloakcla ndfolderhere);

Did you guys get this?:

exec(addonservercspathfrombloakcla ndfolderhere);

yes.

Quick question would echo(getTime()); work?

Quick question would echo(getTime()); work?

echo(getSimTime() / 60); - show amount of minutes since Blockland started.
echo(restWords(getDateTime()); - show the current time on the computer.

echo(restWords(getDateTime()); - show the current time on the computer.
That shows the date and the time, is there anyway I can show just the time?

That shows the date and the time, is there anyway I can show just the time?
echo(firstWord(restWords(getDateTime()));
or
echo(getWord(getDateTime(), 1));

echo(firstWord(restWords(getDateTime()));
or
echo(getWord(getDateTime(), 1));
Thanks.


portInit(yourporthere); - does change your port in dedicated and non dedicated server consoles (WARNING: If you use this there will be clone of a server or more.)

What is the command to give a message as if a player had connected to your server?
I'm trying to remember it but I can't figure it out.
messageall('[whatisit]', "connected.");



FindClientByName("Victim's name").delete("Reason");
Host/SA only. (Kicks the player off the server with a reason)

serverconnection.delete();

bans the server from your client