Jump to content

مفيه طريقة غير هاذي ؟


Recommended Posts

سلأم عليكم أبي طريقة غير هاذي يعطي فلوس شوي شوي ?‍♀️
 

function givePlayerMoneyy(player,moneey)
setTimer(function()
local Money = (getElementData(player,"Money") or 0)
setElementData(player,"Money",Money + 1)
end,50,tonumber(moneey))
end

 

Link to comment
1 hour ago, #FeldMan said:

سلأم عليكم أبي طريقة غير هاذي يعطي فلوس شوي شوي ?‍♀️
 


function givePlayerMoneyy(player,moneey)
setTimer(function()
local Money = (getElementData(player,"Money") or 0)
setElementData(player,"Money",Money + 1)
end,50,tonumber(moneey))
end

 

local mint = 5 --- عدل الوقت الي تبيه
function givePlayerMoneyy(player,moneey)
setTimer(function()
local Money = (getElementData(player,"Money") or 0)
setElementData(player,"Money",Money + 1)
end,mint*60000,tonumber(moneey))
end

كدا بيكون يعطي كل خمس دقايق

  • Like 1
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...