hey my script uses the bossmenu to take money from threre when upgrading the car (is mechanic job)
i want to do the script that it will get the player money from cash that the player have and take the money from there but how do i get the current amount of player money?
> if exports['nv-bossmenu']:GetAccount("mechanic") >= price then
>
> TriggerEvent("nv-bossmenu:server:removeAccountMoney", "mechanic", price)
>
> TriggerClientEvent("nv-mechanic:purchaseSuccessful", src)
>
> else
>
> TriggerClientEvent("nv-mechanic:purchaseFailed", src)
>
> end
>
> end)