Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 340 Bytes

qw-crypto

QBCore crypto menu for any server that doesn't have a phone or another script that supports it

IMPORTANT you need add this function to qb-crypto/server/main.lua for the script to work

function GetCurrentCryptoWorth()
    return Crypto.Worth[coin]
end

exports('GetCurrentCryptoWorth', GetCurrentCryptoWorth)