hani44 Posted August 4, 2015 Share Posted August 4, 2015 well, i know how to make staff L6 but i need to put a players L1/L2... so plz help me ... what i can do to make it?? i want a fast answer... i think this code? but if this how i can use it ?? where to put it? if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "Head Staff" ) ) then -- code here elseif isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "staff L2" ) ) then -- code here elseif isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "staff L3" ) ) then -- code here end Link to comment
GTX Posted August 4, 2015 Share Posted August 4, 2015 Put it in lua file and make a meta. Meta: <meta> <script src="server.lua" type="server"/> </meta> Link to comment
hani44 Posted August 4, 2015 Author Share Posted August 4, 2015 can u explain to me more plz? what to put in and where is this?? 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