basel-ksa Posted September 15, 2010 Share Posted September 15, 2010 hi Guys I want this script When i Kill player I get money I want use it in BaseMode Plz i Search but I did not find ؟ I've seen this script in Many of servers Link to comment
dzek (varez) Posted September 15, 2010 Share Posted September 15, 2010 do it by yourself. this forum is not for requests like that - but for helping other people with scripting, when they actually have something and get stuck at one point. https://wiki.multitheftauto.com/wiki/Scr ... troduction Link to comment
UAEpro Posted September 15, 2010 Share Posted September 15, 2010 you can start to make a script وموجود في ايسبورت Link to comment
Castillo Posted September 15, 2010 Share Posted September 15, 2010 you can start to make a script وموجود في ايسبورت as varez said, make it by yourself!. here i give you the functions you need https://wiki.multitheftauto.com/wiki/OnPlayerWasted https://wiki.multitheftauto.com/wiki/GivePlayerMoney that should be enough Link to comment
dzek (varez) Posted September 15, 2010 Share Posted September 15, 2010 and addEventHandler (search wiki) Link to comment
basel-ksa Posted September 15, 2010 Author Share Posted September 15, 2010 you can start to make a script وموجود في ايسبورت لا تخاف خوويك ذيب ^.* ok I made it function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then givePlayerMoney ( killer, 90 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) Link to comment
Castillo Posted September 15, 2010 Share Posted September 15, 2010 you can start to make a script وموجود في ايسبورت لا تخاف خوويك ذيب ^.* ok I made it function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then givePlayerMoney ( killer, 90 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) see? you can make all yourself just got to ask how (btw does it works ) Link to comment
UAEpro Posted September 15, 2010 Share Posted September 15, 2010 you can start to make a script وموجود في ايسبورت لا تخاف خوويك ذيب ^.* ok I made it function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then givePlayerMoney ( killer, 90 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) ok ^^ see its easy واذا احتجت أي مساعدة كل حد في ها المنتدى حاظريين ^^ and if you need any help we are here ^^ Link to comment
basel-ksa Posted September 15, 2010 Author Share Posted September 15, 2010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ وش عنده المبرمج الله يخلي الاجانب ماقصرو Thank you mta ^^ 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