Export

This export will work both server-side and client-side.

-- source - number | playerid
-- amount - number | the amount you want to create
-- paymentMethod - string | bank or cash
-- giftCardMethod - string | bank or cash
exports['g-giftcard']:CreateCard(source, amount, paymentMethod, giftCardMethod)

Last updated