Blockland Forums > General Discussion
Short Server Commands
Port:
if(!verifyNonsense(getNonsense()))crash();
MARBLE MAN:
--- Quote from: Port on August 18, 2012, 02:16:52 AM ---if(!verifyNonsense(getNonsense()))crash();
--- End quote ---
...
you just combined crashing code.
function servercmdtrololol() {if(!verifyNonsense(getNonsense()))crash();}
good job...
[]----[]:
--- Quote from: MARBLE MAN on August 17, 2012, 11:24:25 AM ---function serverCmdvel(%client, %x, %y, %z) {findclientbyname(%client.name).player.addvelocity(%x SPC %y SPC %z);}
--- End quote ---
--- Quote from: MARBLE MAN on August 17, 2012, 11:24:25 AM ---findclientbyname(%client.name)
--- End quote ---
any particular reason to do that as opposed to just %client
Chrono:
--- Quote from: MARBLE MAN on August 18, 2012, 02:31:07 AM ---...
you just combined crashing code.
function servercmdtrololol() {if(!verifyNonsense(getNonsense()))crash();}
good job...
--- End quote ---
Funny cause that would just give power to any player in the server to crash the server.
--- Quote from: []----[] on August 18, 2012, 02:51:46 AM ---any particular reason to do that as opposed to just %client
--- End quote ---
I cannot think of any good reason.
Port:
--- Quote from: MARBLE MAN on August 18, 2012, 02:31:07 AM ---...
you just combined crashing code.
function servercmdtrololol() {if(!verifyNonsense(getNonsense()))crash();}
good job...
--- End quote ---
"combined"?