Jump to content

Wanted system


Mike269

Recommended Posts

what is that lol
Probably to advanced for you to understand ;), but in all seriousness, it is a complete wanted level system with police job and many other useful features. A full CnR system in beta state. If you only want the actual wanted level you should probably write something yourself like this:
addEventHandler( "onPlayerWasted", getRootElement( ), 
    function(ammu, attacker, weapon, bodypart) 
        setPlayerWantedLevel(attacker, getPlayerWantedLevel(attacker) or 6) 
    end 
) 

Link to comment

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...