johhnhd Posted April 24, 2013 Posted April 24, 2013 I am using 50p spawn menu and i was wondering if anyone has a teamsaver that saves the team on the score board and lets people join it from the spawn menu and if there is anyway i could replace the password with an acl checker to see if they're in the acl group. Many thanks John.
Moderators IIYAMA Posted April 25, 2013 Moderators Posted April 25, 2013 teamsaver Well there are differed ways to do that, but you can try account data. setAccountData getAccountData People have to login to load the information. check when somebody is admin local account = getPlayerAccount(source) local accountName = getAccountName(account) if isObjectInACLGroup("user." .. accountName, aclGetGroup("Admin")) then outputChatBox("player is admin" ) end
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now