Dolinho Posted March 9, 2015 Posted March 9, 2015 can you help me? I'm not making money by killing a player addEventHandler ("onPlayerWasted",getRootElement(), function(client) if getElementData( source, "Occupation", "AZUL") ~= true then takePlayerMoney ( source, 1200 ) givePlayerMoney ( client, 1200 ) end end )
DNL291 Posted March 9, 2015 Posted March 9, 2015 addEventHandler ("onPlayerWasted",root, function(ammo, attacker) if attacker ~= source and getElementType(attacker) == "player" and getElementData(source, "Occupation") ~= "AZUL" then takePlayerMoney( source, 1200 ) givePlayerMoney( attacker, 1200 ) end end ) Try it. Please do not PM me with scripting related question nor support, use the forums instead.
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