iMr.SFA7 Posted August 18, 2015 Share Posted August 18, 2015 ليه معرف السورس ؟؟ السورس معرف من حاله addEvent ( "rss", true ) addEventHandler ( "rss", root, function ( ) local stars = getPlayerWantedLevel(source) local money = getPlayerMoney(source) if stars == 1 and money > 2000 then setPlayerWantedLevel(source, 0) takePlayerMoney(source, 2000) end if stars == 2 and money > 5000 then setPlayerWantedLevel(source, 0) takePlayerMoney(source, 5000) end if stars == 3 and money > 10000 then setPlayerWantedLevel(source, 0) takePlayerMoney(source, 10000) end if stars == 4 and money > 15000 then setPlayerWantedLevel(source, 0) takePlayerMoney(source, 15000) end if stars == 5 and money > 20000 then setPlayerWantedLevel(source, 0) takePlayerMoney(source, 20000) end if stars == 6 and money > 30000 then setPlayerWantedLevel(source, 0) takePlayerMoney(source, 30000) end end ) Link to comment
khaledmhammed Posted August 18, 2015 Author Share Posted August 18, 2015 اهااا يعطيك العافيه سفاح مشكور ي البؤ 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