Advertisement
Balda

Untitled

Sep 28th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function Cacher:CURRENCY_DISPLAY_UPDATE(_, id, quantity)
  2. if id and quantity then self.player.currency[id] = quantity > 0 and quantity or nil end
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement