FAQ / Troubleshooting
Q: Why canβt I detect any ATMs on the map? A: Make sure youβve set
ShowATMs = true
and have added the correct props toATMProps
. Double-check the prop names in your FiveM resource.Q: Transfers fail if a player is offline. A: The script expects both players to be online for a transfer. Offline handling may be limited or disabled by default.
Q: I want to show Discord avatars but itβs not working. A: Ensure youβve placed your Discord Bot Token in the correct settings file. If the token is invalid or missing, the script canβt fetch avatar images.
Q: How do I change the daily social help amount? A: Locate
Litz.socialHilfe
(or similar) in the config and set it to the desired numeric value.Q: My server uses QBCore but the script is loading as ESX. A: Confirm
Litz.Framework = "auto"
or explicitly set it to"qb"
, and ensureqb-core
is actually started before this script.
Last updated