-
Notifications
You must be signed in to change notification settings - Fork 11
Not Loading #1
Comments
Did you rename it? Checked the js etc? Please provide the code error etc |
No errors here, but will not show anything when trigger event {event = "qb_ruletka:start"} or {event = "qb-roulette:start"} |
i just use qb-target when i add in init.lua the lines
in config.boxzones = { |
did you get this working? |
There is errors in the manifest, he dont target the correct files for client ("client/main.lua" instead of correct "client.lua") and same for the server file ("server/main.lua" instead of correct "server.lua"), change the manifest or rename the files and put them in folders client and server with the same in fxmanifest.lua |
I did this, but it still doesn't work. I use qb-target. Is there anything else you changed? > There is errors in the manifest, he dont target the correct files for client ("client/main.lua" instead of correct "client.lua") and same for the server file ("server/main.lua" instead of correct "server.lua"), change the manifest or rename the files and put them in folders client and server with the same in fxmanifest.lua |
I dont use the init method explained in the README for the targets, i just use the exports and the latest version of qb-target, a bit modified by me Exemple for "ch_prop_casino_roulette_01a" prop in target.lua :
You have to make this for each prop or make a loop with list of prop and iterate and dont forget to add the target.lua file in your fxmanifest |
Installed bt-target and its dependency.
Loaded up the resource and added the target to the config.lua for bt-target.
Not seeing anything load.
The text was updated successfully, but these errors were encountered: