[PAID] RAHE Boosting System [ESX / QB / Custom]

Perfect, thanks for the quick reply!

Hey, when someone buys a car from boosting, it can`t switch to our Database.

So the buyer is not the owner after finishing the job.
How we solve the problem?
THX mate

I was wondering, would there be any integration where youll be able to trade S Coin with other players planned for any future releases?

Would be amazing to see players be able to transfer sCoins between each other. Would change the whole economy on the server. Would love to see that in the next update.

Does anyone have the tier list for vehicles S,A,B,C,D which cars are what level they are?

What to do when boosting system doesn’t update and require user to restart to see contracts, and they sometimes don’t complete like they are lingering after delivery?

Have not encountered that yet, make sure you follow our documentation for install & troubleshooting.

1 Like

where would a boosting tablet usually be or do you get it from a heist?

when using the hacking device on a car the nps spawn out of no where and shoots at you insantly is there anyway to fix this

That’s the way it’s meant to be. They come to protect the car when you start the hacking process. Usually how it’s dealt with is so that while you hack, your boosting group members protect you and kill the NPCs.

However, the spawning of the peds is unencrypted, so feel free to edit them (add a delay for example).

how can i add this delay, is it already in the script to do so or can you bring it to the next update not seeing anything in the config

can you give me an example for this or give me the line of code?

also having issues uploading a picture to the tablet

No, it’s not in the script/update/config. Like I said, you can add it yourself in the section where peds spawn, the unencrypted function createVehicleGuardPeds in public/client.lua.

Also, there are no issues with pictures, double check your work and take existing pictures as an example if you’re unsure how to do it. Or ask a developer to help you.

I agree there is right a now a problem with uploading a URL which has the correct format.
When u you upload one, it doesnt update the userprofile picture in the user options and leaderboard.

In the video he clearly uploads a gif, but in this format its only imgur urls ending with png/jpg.
This is the image i am using:
https://i.imgur.com/vYFSgZ1.png

It saves just fine and give me the save message, but doesnt update the visual.

and on leader board as well.

if i upload this:

it shows the picture but i cant save it.

Is this just me having this issue or is it a general problem ?

The second picture can’t be saved as the format is invalid (not Imgur). You get a notification about this.

The first picture isn’t displaying because Imgur has started to rate-limit requests coming from FiveM.
Meaning you can’t use Imgur pictures anywhere inside FiveM - it’s an issue in all other resources too.

We have an update coming up in a few days with multiple upload alternatives to Imgur.

Arh super! sounds great!

Over a week ago, we rolled out version v1.4.8, bringing you various improvements and introducing new image upload options (in response to Imgur’s blocking of requests from FiveM).

On the profile picture update page, a new button is available, directing users straight to an upload website. You have the ability to define your preferred upload website, or utilize our newly established image upload platform, created specifically for our resources.

Hey man,
I’m a developer on a server which has this script. We switched servers and what not a few times so a few things got messed up on the move over.
I got my dispatch working for the important class, however, it is not gps tracking my vehicle. It gives the location on the first hack which activates the tracker but after that it isn’t tracking, yet I can hear the sound playing.

Also, was there a dispatch event for non important classes; such as once a car is lockpicked? As a cop I do remember there being one for lockpicking the cars but cannot seem to find any in the config or api files.

Check that your isPlayerPolice function is correct. That detects which player is police and who should receive the tracking update. For the non-important classes: no, there isn’t an event for that. If you want a dispatch for those, you should add it into your lockpick script directly.