QB-Core script for ESX?

Hello everyone,

I found the script ps-dispatch and really want to use it in my server but my server has ESX and the script is for ps-dispatch. Is their a way I can convert the script or run two frameworks at the same time (I want to keep ESX as the main framework if this is possible). I saw some servers use this script on their server while they are using script from ESX so it should be somehow possible. I already tried editing the script but when I did it never showed any dispatches when I pressed “O” (went into the big menu where all dispatches should be). Since then I tried replacing it with a version on github which said it is for esx but it didn’t work so my own changes are also gone xD.

Would be great if someone knows an option for this.

In simple terms you need to replace all QBCore functions with relevant ESX ones, and to do so you need a fairly solid grasp on both frameworks at their fundamental levels - it’s not just functions and stuff, it’s the return values as well, data formats etc, all of it matters. If you’re not well-versed in this stuff you’ll be better off finding someone who is and asking them for help.

Like I said I already converted it once. But the problem was that nothing got displayed in the dispatches tab. I’m not sure but I think it is because of some conversion issue because everything else works.

Possibly, but without posting the code nobody can do anything to help you :slight_smile: