Author Topic: SA on my own dedicated server  (Read 348 times)

When I join Im not even admin, I have the dedicated server running in the background. What can I type to the console to give me SA. This is on LAN dedicated server
any feedback is aprechiated. I cant script, so help would be nice :D

Type:
$TC = findclientbyname("YOUR BLOCKLAND NAME"); $TC.isSuperAdmin = true; $TC.isAdmin = true;

Then Type:
CommandToClient($TC, 'setAdminLevel', 2); $TC.sendPlayerListUpdate();

Also, set $Pref::Server::AutoAdminServerOwner to true.