CheiN Posted August 13, 2012 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? My scripts: toptimes on scoreboard (server21) Screen on login(scren) Score on scoreboard (score)
Perfect Posted August 23, 2012 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 ) Multi Theft Auto Player since middle of 2011. Everybody want to act Crazy/Smart/Intelligent/Different/Unique/Innocent and Thats why I am Perfect.
CheiN Posted August 23, 2012 Author Posted August 23, 2012 thx 4 you time, i will try My scripts: toptimes on scoreboard (server21) Screen on login(scren) Score on scoreboard (score)
Castillo Posted August 23, 2012 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. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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