Jump to content

الموت بالمحمية


Recommended Posts

ليه معرف السورس ؟؟

السورس معرف من حاله

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...