Need Help if possible I have an FXServer
Error loading script server.lua in resource angelicxs_CivilianJobs_main: @angelicxs_CivilianJobs_main/server.lua:7: No such export GetCoreObject in resource qb-core
I didnt. The error came at the last destination when want go back to the terminal.
Make sure in the config you have the correct framework turned on.
Thanks for catching the issue. It has been fixed in the latest update. V1.0.3
Thank you for the note, I have added spam protection in the 1.1 update.
Hi, thank you for this amazing work! I just have a problem for the taxi, I never receive races on my mini map, can you help me? Knowing that all the other jobs work Thank you
Can you clarify what you mean by races?
When launching the job taxi, after waiting the maximum time to receive a client, I have none
Are there any errors in the client or the server?
What have you put for min/max times?
Hello - there is any issue with the Forklift job where everytime you lift the pallet, it deletes itselfs and dissapears. I dont use an anticheat. Cant seem to debug it. Any help?
No client/server error
I haven’t touched the times
Solution as per DM support, client had a script that auto deleted items after they were damaged. Client, whitelisted the objects in the forklift job and worked as intended.
Please send me a DM so we can discuss further support.
Issue was do to using unsupported menu system. As per the config the following scripts are supported:
NH-Context
QB-Menu?
ox_libs
After switching to ox_libs script worked as intended.
Great release! Just what I was looking for! But I’m hearing a ticking noise every time the fuel counter decreases on a vehicle. It happens on every vehicle while working. But after I return vehicle and stop working, I don’t hear it in vehicles anymore. How do I remove this sound? I’m using esx, ox_lib and legacy fuel
Also I’m getting this error when starting the taxi job. It gives me the vehicle. But npc’s never spawn to be picked up
I am not sure what that ticking noise is, my script does not utilize any noise creating natives.
However, if you are using ox_lib, you must follow the additional instructions on the commented portion to activate it by adding the required lines to the fxmanifest.
I love this script, I just would like a bit of assistance,
I have set it up to give keys but I was wondering is there a way so that after every job completion it deletes vehicle and keys from inventory?
To have it remove the vehicle just trigger the following client event after payment is made:
TriggerEvent('angelicxs-CivilianJobs:MAIN:RemoveVehicle')
Removing the keys is dependent on whatever key script you are using, but you would put in the proper export in the actual event noted above.
For the lines that define the myplate and mymodel variables you need to change the input variable vehicle to MissionVehicle
Please ensure that the Config.AccountType matches the type used in your server.
Are they paying flat rates or distance rates. What errors are you receiving?