Karl

Results 56 comments of Karl
trafficstars

You're probably looking for [SetBlipRoute](https://runtime.fivem.net/doc/natives/?_0x4F7D8A9BFB0B43E9)

Import the `xperience_standalone.sql` file into your database.

Check to see if the `users` table has the `license` column.

Download the latest version from [here](https://github.com/Mobius1/esx_xp/archive/master.zip). I've added a check to see if the `license` column exists, if it doesn't, it uses the `identifier` instead.

I'll have to investigate further. This script listens for the `'QBCore:Client:OnPlayerLoaded'` event which is fired whenever a player is loaded in whether it's a current or new character.

Right, I tried this on a fresh install with the QBCore recipe and loaded in as a new and current character and I can't reproduce the bug you're experiencing. *...

Just to check, are you loading in to your server with the resource already running or starting it while you're already in?

Just tested this and it's only showing intermittently so I'm working on a fix.

@syuknonoy and @sean920310 - this is a mistake on my part. I was using `AddEventHandler` instead of `RegisterNetEvent`. Fixed in [`v0.3.1`](https://github.com/Mobius1/xperience/releases/tag/0.3.1)