MRThinker Posted July 7, 2018 Share Posted July 7, 2018 Hello How to make players in ACL GROUP Admin color them red on the scoreboard? Link to comment
Dimos7 Posted July 7, 2018 Share Posted July 7, 2018 (edited) isObjectInACLGroup Edited July 7, 2018 by Dimos7 Link to comment
MRThinker Posted July 7, 2018 Author Share Posted July 7, 2018 @Dimos7 What? I dont know scripting Please give me a server side Thanks Link to comment
Galactix Posted July 8, 2018 Share Posted July 8, 2018 Use this serverside function adminColor() if isPlayerInACL(source, "Admin") then setPlayerNametagColor (source, 255, 0, 0) end addEventHandler ("onPlayerLogin", getRootElement(), adminColor) Link to comment
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