removeMoney
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') endLast updated