apapun framework kamu, function ini tetap bisa digunakan
xxx:removeMoney(src, data)
xxx:removeMoney(1, {type = 'cash', amount = 100})
xxx:removeMoney(1, {type = 'bank', amount = 100})
if xxx:removeMoney(1, {type = 'cash', amount = 100}) then print('removed 100x cash') end
Last updated 2 years ago