BEN. Posted May 11, 2016 Share Posted May 11, 2016 <a href=\"https://wiki.multitheftauto.com/wiki/IsObjectInACLGroup\" rel=\"external nofollow\">https://wiki.multitheftauto.com/wiki/IsObjectInACLGroup</a> Link to comment
BEN. Posted May 11, 2016 Share Posted May 11, 2016 https://wiki.multitheftauto.com/wiki/IsObjectInACLGroup Link to comment
waleedrt Posted May 11, 2016 Author Share Posted May 11, 2016 ok..now i did this bindKey("lshift","down", function() local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then if isPedInVehicle (localPlayer) then local vehicle = getPedOccupiedVehicle (localPlayer) local sx,sy,sz = getElementVelocity ( vehicle ) setElementVelocity( vehicle ,sx, sy, sz+0.5 ) end end end) and now it stoped working.... Link to comment
BEN. Posted May 11, 2016 Share Posted May 11, 2016 https://wiki.multitheftauto.com/wiki/AddEvent https://wiki.multitheftauto.com/index.p ... lientEvent read this functions 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