micheal1230 Posted January 16, 2012 Share Posted January 16, 2012 Well I Have Tryed The Right Remove With This In The ACL and it still works/they can still do superman. Is There Anyway I Can Delete The Resource From Them Being Able To Use It. Link to comment
0 Slifer Posted January 16, 2012 Share Posted January 16, 2012 Do you want it for admins ? write under this : Link to comment
0 micheal1230 Posted January 16, 2012 Author Share Posted January 16, 2012 i do that but the normal players can still do it Link to comment
0 Slifer Posted January 16, 2012 Share Posted January 16, 2012 eh i had the same Anytime But with 1.0.5 i think it worked so its maybe a Mta Bug? Link to comment
0 SnoopCat Posted January 16, 2012 Share Posted January 16, 2012 u have to edit the superman mod to able only admins to do it or special acl... Link to comment
0 micheal1230 Posted January 17, 2012 Author Share Posted January 17, 2012 u have to edit the superman mod to able only admins to do it or special acl... How Do I Do This^^ Link to comment
0 Thelastride Posted January 17, 2012 Share Posted January 17, 2012 you need to check if he is admin or not then edit the script function Superman.onJump(key, keyState) local self = Superman local admin = getElementData(localPlayer, "admin") local parachuting = getElementData(localPlayer, "parachuting") if admin>1 and not parachuting then local task = getPedSimplestTask(localPlayer) if not isPlayerFlying(localPlayer) then if task == "TASK_SIMPLE_IN_AIR" then setElementVelocity(localPlayer, 0, 0, TAKEOFF_VELOCITY) setTimer(Superman.startFlight, 100, 1) end end end end Link to comment
Question
micheal1230
Well I Have Tryed The Right Remove With This In The ACL and it still works/they can still do superman. Is There Anyway I Can Delete The Resource From Them Being Able To Use It.
Link to comment
6 answers to this question
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