Jump to content

[HELP]Godmode skin/team


xXMADEXx

Recommended Posts

Posted

Hey guys, I was wondering how to make my staff skin god mode. If you could help that would be awsome!

I need skin 217 in godmode... i honestly have no clue how to do it. Or if you could make team "Staff" godmode that would be great too. Thanks in advance.

Posted

-- Client Side --

addEventHandler("onClientPlayerDamage", localPlayer, 
function() 
    if getElementModel(source) == 217 then 
        cancelEvent() 
    end 
end) 

Posted
-- Client Side --
addEventHandler("onClientPlayerDamage", localPlayer, 
function() 
    if getElementModel(source) == 217 then 
        cancelEvent() 
    end 
end) 

wow, so simple... :P

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...