Troubleshooting
Some common question and "issues"
Why do people disconnect from the server, yet I still see them on the ts-10system?
Explanation
This happens when you don't use the latest version of QBCore with the latest trigger QBCore:Server:PlayerDropped
, or if there are issues with the framework files in the ts-10system files.
So how do we fix it?
Make sure to download the latest version of ts-10system with the framework files. After that, open your qb-core/server/events.lua
and search for the playerDropped
event. If you don't see the trigger QBCore:Server:PlayerDropped
, just add it:
It should look like this:
People change their callsign and it dosen't update what should I do?
So how do we fix it?
You will need to find your callsign command and you will need to insert this trigger.
Should look like this:
Last updated