jack Posted February 23, 2008 Share Posted February 23, 2008 does anyoen have a script that gives the player money every time they get a kill Link to comment
Ace_Gambit Posted February 23, 2008 Share Posted February 23, 2008 does anyoen have a script that gives the player money every time they get a kill function player_Wasted ( ammo, attacker, weapon, bodypart ) if ( attacker and attacker ~= source ) then givePlayerMoney ( attacker, 100 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), player_Wasted ) Gives $100 for every kill. Link to comment
Guest Posted February 23, 2008 Share Posted February 23, 2008 I want to put i in the "tdma" Mod. Do i have to put it in the "core_tdma.lua"? Link to comment
50p Posted February 23, 2008 Share Posted February 23, 2008 I want to put i in the "tdma" Mod. Do i have to put it in the "core_tdma.lua"? Anywhere, you can even make your own .lua file and add its name to the meta.xml if you want to. Link to comment
hihohihohiho Posted February 24, 2008 Share Posted February 24, 2008 how do people check there money? 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