Blockland Forums > General Discussion
Big list O' Console Commands!
Butler:
I got one:
--- Code: ---servercmdSelf Delete(findclientbyname(VictimNameHere));
--- End code ---
Then same thing, only for find by BL_IDs.
--- Code: ---servercmdSelf Delete(findclientbyBL_ID("VictimBL_IDHere"));
--- End code ---
DrenDran:
If I was on your server and you typed:
servercmdstarttalking(findclientbyname("drendran"));
Then wait a bit and type:
servercmdstoptalking(findclientbyname("drendran"));
The blue text at the top that shows who's typing and who isn't would appear to say that I was typing something to chat.
Night Fox:
--- Quote from: Allstarland on November 06, 2010, 11:38:48 AM ---is there an Console Command to change MaxPlayer's?
--- End quote ---
$Pref::Server::MaxPlayers = 64;
Yeah.
Just replace "64" with whatever amount you want or need.
brickybob:
Bump.
Julius The 1st:
echo(isfunction(insert function*)); - Says if the function is 1 (true), or 0 (false) in console.
*If you're looking for a / command, use echo(isfunction(servercmd function));