al-Kobra Posted May 21, 2014 Share Posted May 21, 2014 takePlayerMoney ( source, tonumber ) givePlayerMoney ( killer, tonumber ) tonumber يقصد ان يبدل الكلمة بالرقم الا يبيه Link to comment
™!>VàLéNTiNô<!™ Posted May 21, 2014 Share Posted May 21, 2014 تم وبحمد الله لحس مخى من معظم الردود addEventHandler("onPlayerWasted", root, function (attacker) if ( attacker and attacker ~= source and getElementType ( attacker ) == "player" ) then takePlayerMoney ( source, 100 ) givePlayerMoney ( attacker, 200 ) end end ) Link to comment
#DRAGON!FIRE Posted May 21, 2014 Share Posted May 21, 2014 takePlayerMoney ( source, tonumber ) givePlayerMoney ( killer, tonumber ) tonumber بـ المبلغ اللي تبيه ( tonumber ) فقط استبدل 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