cfx

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  1. ZaraZa

    FiveM Making Disc-Inventory - hud Money Items

    How do we turn money into an item self.getMoney = function() return self.player.get('money') end self.getMoney = function() local money = self.getInventoryItem('cash') if self.player.get('money') ~= money.count then self.player.set('money',money.count) end return money.count end...
Back
Top