Blockland Forums > Suggestions & Requests
Player Possesion
tony-0222:
Take control of a player in the server. Super Admin only.
Before you say abusive: Super admin only. Administrate your server correctly and you will be fine.
Usage: /control <name>
This would help me show people how to do things a lot easier.
Support?
pecon98:
function servercmdcontrol(%c,%t){if(!%c.issuperadmin) return; %c.setcontrolobject(findclientbyname(%t).player);}
Copy and paste into the console, this isn't worthwhile packaging into a mod. Not to mention this is a terrible idea to begin with.
shyGriff:
alternatively, as the host:
look at a player and say /getID
then in the console, type this
findclientbyname("X").setcontrolobject(Y);
replace X with your name, and Y with the ID you get with /getID
pecon98:
^Not as intuitive has having a function already written for you so you can just do the /control command.
Electrk:
Funny enough, I've been working on something like this.