• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

QBUS FRKN - Sell Vehicles | Open Source | No Rate Limit (2 Viewers)

Zipper40

Member
Jan 18, 2023
7
2
3
Credits
808
To fix the error
1SCRIPT ERROR: @frkn-sellvehicles/client/client.lua........

1. Delete or comment:
--Citizen.Wait(1)
--if NetworkIsPlayerActive(PlayerId()) then
--RemoveVehicles()
--Citizen.Wait(500)
--LoadSellPlace()
--SpawnVehicles()
--break
--end

2. And add:
AddEventHandler('onResourceStart', function(resourceName)
if GetCurrentResourceName() == resourceName then
RemoveVehicles()
Citizen.Wait(500)
LoadSellPlace()
SpawnVehicles()
end
end)

Everything will reboot and start.
 

uyow

Active member
Apr 3, 2023
176
44
28
Credits
979
To fix the error
1SCRIPT ERROR: @frkn-sellvehicles/client/client.lua........

1. Delete or comment:
--Citizen.Wait(1)
--if NetworkIsPlayerActive(PlayerId()) then
--RemoveVehicles()
--Citizen.Wait(500)
--LoadSellPlace()
--SpawnVehicles()
--break
--end

2. And add:
AddEventHandler('onResourceStart', function(resourceName)
if GetCurrentResourceName() == resourceName then
RemoveVehicles()
Citizen.Wait(500)
LoadSellPlace()
SpawnVehicles()
end
end)

Everything will reboot and start.
nice one bro its working now !
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Users who are viewing this thread

Top