Blockland Forums > Modification Help
Getting the entire auto-admin/auto-superadmin list.
Pages: (1/1)
otto-san:
I'm sure it's possible, how can I read the entire auto admin or auto super admin lists without the players having to join the game first?
Headcrab Zombie:
Check $Pref::Server::AutoAdminList and $Pref::Server::AutoSuperAdminList?
Greek2me:
Yep, and I believe it's tab-delimited, so just loop through the fields to check individual ones.
otto-san:
--- Quote from: Headcrab Zombie on September 29, 2011, 08:04:24 PM ---Check $Pref::Server::AutoAdminList and $Pref::Server::AutoSuperAdminList?
--- End quote ---
--- Quote from: Greek2me on September 29, 2011, 08:05:22 PM ---Yep, and I believe it's tab-delimited, so just loop through the fields to check individual ones.
--- End quote ---
Ah.
Okay, I knew there'd be a much simpler way than I thought. Thanks.
DontCare4Free:
--- Quote from: Greek2me on September 29, 2011, 08:05:22 PM ---Yep, and I believe it's tab-delimited, so just loop through the fields to check individual ones.
--- End quote ---
Space-delimited.
Pages: (1/1)