CheiN Posted August 13, 2012 Share Posted August 13, 2012 hey buddies i need a favor(race) if i shoot a rocket and i kill someone i recibe money, what i should use for this? Link to comment
Perfect Posted August 23, 2012 Share Posted August 23, 2012 hey buddies i need a favor(race) if i shoot a rocket and i kill someone i recibe money, what i should use for this? maybe try this function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then givePlayerMoney ( killer, 1000 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) Link to comment
CheiN Posted August 23, 2012 Author Share Posted August 23, 2012 thx 4 you time, i will try Link to comment
Castillo Posted August 23, 2012 Share Posted August 23, 2012 hey buddies i need a favor(race) if i shoot a rocket and i kill someone i recibe money, what i should use for this? maybe try this function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then givePlayerMoney ( killer, 1000 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) That won't work, because the player dies because his/her vehicle explodes. 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