Some Major Problems With My FiveM Server

Hello everyone, today I’m going to show you a few problems I have with resources on my server. I have an esx server.

  1. When I cuff someone as a police officer within the F6 menu, I can’t uncuff him. (esx_policejob)
  2. When I /twt, it sends the message both as a tweet and both as a OOC message. (esx_rpchat)
  3. When I try to take the miner’s outfit, it doesn’t work. (esx_jobs)
  4. How do you change the price of the miner’s resources, let’s say I want to change the price of the diamonds? Where will I do that? (esx_jobs)
  5. Shops do kind of work, but when you press E in a shop, it says “Shop” in the menu but there are no items in the menu. (esx_shops-master)
  6. Characters don’t save when you leave the server.

I think that’s all for now.

Since we can’t see your code I’m unsure if anyone can assist you.
The problems you’re having are really basic and some backtracking and debugging will most likely provide you with an answer.

  1. Check your code for uncuffing clients in policejob.
  2. Check what “/twt” does in rpchat.
  3. Does it clock you as a miner? The clothes are most likely not set up.
  4. It should be inside a .lua or in the .cfg for jobs.
  5. Did you add items to the menu shop?

Hi, I’m going to try to answer some of your questions:

  1. Go to resources/[esx]/esx_policejob/config.lua. At line 4, you will see: Config.EnableHandcuffTimer = True, then change it to false and that’s it.

  2. Download the esx_rpchat other time and replaceit, because maby you have changed something. https://github.com/ESX-Org/esx_rpchat

  3. Make shure that you have this in esx_jobs.sql, line 23, if not replace it. Rememer that is a .sql, you will have to import to your database.
    (‘miner’, 0, ‘employee’, ‘Intérimaire’, 0, ‘{“tshirt_2”:1,“ears_1”:8,“glasses_1”:15,“torso_2”:0,“ears_2”:2,“glasses_2”:3,“shoes_2”:1,“pants_1”:75,“shoes_1”:51,“bags_1”:0,“helmet_2”:0,“pants_2”:7,“torso_1”:71,“tshirt_1”:59,“arms”:2,“bags_2”:0,“helmet_1”:0}’, ‘{}’),

  4. In the esx_jobs/client/jobs/miner.lua in line 263 you can change the price of that. The same for each item.

  5. Remember to import the .sql to your database. And remember to check if in your server.cfg you have start esx_shops-master or without it, if yes then change it.

  6. Depends of your server and how does it work. But you can type in the chat before leave /savepos or something like that.

Thats all for my part

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.