Jump to content

[HELP] Call Police


xXGhostXx

Recommended Posts

On 01/10/2018 at 19:15, KillerX said:

'onPlayerWasted' -- Event
setPlayerWantedLevel -- Server Function

addEventHandler( 'onPlayerWasted' , root , 
	function( Ammo , Killer , weapon , part , bool )
		if ( isElement( Killer ) and getElementType( Killer ) == 'player' ) then
			setPlayerWantedLevel( Killer , 5 )
		end
	end
)

 

Not work !

like: /call110

Player killed by player can give wanted level 1

for 1 minute !

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