Gongas Posted April 6, 2013 Share Posted April 6, 2013 Can someone give me help how too put GodMode and superman scripts only for admins and make like a command "/duty" to activate both same time but only in 1 script? Link to comment
xXMADEXx Posted April 6, 2013 Share Posted April 6, 2013 u can lock godmode to a skin....: local skinId = 217 -- The skin that prevents damage addEventHandler("onClientPlayerDamage", localPlayer, function() if getElementModel(source) ==skinId then cancelEvent() end end ) Link to comment
Gongas Posted April 6, 2013 Author Share Posted April 6, 2013 can give me a full code ? whit superman and god mode already maked to that skin and comand "/duty"? Link to comment
PaiN^ Posted April 7, 2013 Share Posted April 7, 2013 We don't give codes around here, We only help people that are welling to learn .. Link to comment
xXMADEXx Posted April 7, 2013 Share Posted April 7, 2013 can give me a full code ? whit superman and god mode already maked to that skin and comand "/duty"? Its not hard to combine them.... Link to comment
Gongas Posted April 7, 2013 Author Share Posted April 7, 2013 ye.. but since i am trying to learn and idk how to combine it in a skin only to admins, but i have the 2 scripts Link to comment
iPrestege Posted April 7, 2013 Share Posted April 7, 2013 So? You need it for admin group? isObjectInACLGroup triggerServerEvent triggerClientEvent Link to comment
Gongas Posted April 10, 2013 Author Share Posted April 10, 2013 and how i can make? could you help? i am new on this and i need this script 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