qb-racing icon indicating copy to clipboard operation
qb-racing copied to clipboard

when i duble click on the key fob it says this

Open KazukiDev opened this issue 2 years ago • 8 comments

image

KazukiDev avatar Aug 29 '22 16:08 KazukiDev

is there a way to fix that

KazukiDev avatar Aug 29 '22 16:08 KazukiDev

Did you end up fixing this?

MajiSP avatar Sep 03 '22 22:09 MajiSP

2 keys buth on both work creator mode :(

tommy123321123 avatar Oct 01 '22 04:10 tommy123321123

Go to your inventory - server side and find the command "giveitem" and add elseif itemData["name"] == "fob_racing_master" then info.owner = Player.PlayerData.citizenid This will fix that error.

then you need to also go to qb-racing and find the line containing item.info.owner == citizenid under the function "UseRacingFob". The line below it, which triggers the client event to open the menu, needs to be edited to TriggerClientEvent('qb-racing:Client:OpenMainMenu', source, { type = item.name, name = Player.PlayerData.charinfo.firstname .. " " .. Player.PlayerData.charinfo.lastname})

BrianxTu avatar Nov 12 '22 23:11 BrianxTu

Having same issue, tried above fix... nothing changed still getting "key does not respond to you"

VanLerswin avatar Nov 23 '22 13:11 VanLerswin

Did the fix also and still not working. Same Error

GGCHades avatar Mar 08 '23 21:03 GGCHades

having the same issue as the 2 people above, tried the fix but still getting the same error

devall1992 avatar May 31 '23 13:05 devall1992

You dont need to make those changes.. You need to use the /createracingfob command, It goes /createracingfob [type] [identifier] [racername] type = master or normal identifier = citizenid racername = what you want to be called Must be done by admins obviously.

Then it works

SmithyDevelopment avatar Jul 16 '23 10:07 SmithyDevelopment