Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script bropixel boosting

Caneton

Silver Elite
Joined
May 5, 2021
Messages
22
Reaction score
81
Points
231
Location
France
Hi i have an error with the sql (i am using mysql sync)

Here is the error :

1639795125899.png
 

AlbertWong2020

Gold Elite
Joined
Sep 13, 2021
Messages
31
Reaction score
32
Points
176
Location
?
Ok thank you that worked but following that I have an error which is created on the server side (I use ESX and mysql-async)

View attachment 3850
Please use my upload fxmanifest to replace your old fxmanifest , it will be fixed
Remember before replace your fxmanifest , please edit this
fxmanifest.txt to fxmanifest.lua
 

Attachments

  • fxmanifest.txt
    305 bytes · Views: 154

sc4217

Silver Elite
Joined
Mar 20, 2021
Messages
50
Reaction score
21
Points
156
Only problem for qb version is dont want to save into player_vehicles
Did you solv this ? i have the same problem after Vin scratch it says the car is now mine but dose not save into my garage
 

AlbertWong2020

Gold Elite
Joined
Sep 13, 2021
Messages
31
Reaction score
32
Points
176
Location
?
This scripts need some skills to edit , If you think you don't have enough skills to do this edit , please contact a trusted developer.

And This scripts is dependency bropixel-minigame, Please download it first
 

AdevilIN

Member
Joined
Mar 29, 2021
Messages
11
Reaction score
0
Points
156
Im still having the issue that the scripts breaks when recieving payout. Ik breaks on cl_main.lua line 633 which defines this:


Code:
Citizen.CreateThread(function()
  while true do
    Wait(0)
    while started == true do
      Wait(1000)
      local veh = GetVehiclePedIsIn(GetPlayerPed(PlayerId()) , false)
      if(veh ~= 0) then
        local PlayerPed = PlayerPedId()
        if(GetVehicleNumberPlateText(veh) == Contracts[startedcontractid].plate) then
          local PedVehicle = GetVehiclePedIsIn(PlayerPed)
          local Driver = GetPedInVehicleSeat(PedVehicle, -1)
          if Driver == PlayerPed then
            if not(DropblipCreated) then
              OnTheDropoffWay = true
              DropblipCreated = true
              local Class = Contracts[startedcontractid].type
              if (Config['Utils']["Contracts"]["DisableTrackingOnDCB"]) and (Class == "D" or Class == "C" or Class == "B") then
                CallingCops = false
              else
               --TriggerEvent("bropixel-boosting:SendNotify" , {plate = Contracts[startedcontractid].plate})
                local primary, secondary = GetVehicleColours(veh)
                primary = colorNames[tostring(primary)]
                secondary = colorNames[tostring(secondary)]
                local hash = GetEntityModel(Vehicle)
                local modelName = GetLabelText(GetDisplayNameFromVehicleModel(hash))
                if not NotifySent then
                  TriggerServerEvent("bropixel-boosting:CallCopsNotify" , Contracts[startedcontractid].plate , modelName, primary..', '..secondary , getStreetandZone(GetEntityCoords(PlayerPed)))
                  CallingCops = true
                  NotifySent = true
                end
              end
              CreateDropPoint()
              DeleteCircle()
            end
          end
        end
      end
    end
  end
end)
having the same issue, please let me know if you work it out!
 

Lewis004

Member
Joined
Dec 5, 2021
Messages
4
Reaction score
1
Points
156
Location
UK
how do you even get BNE in the first place? rp wise?
 

IkWilBier

Gold Elite
Joined
Aug 7, 2021
Messages
46
Reaction score
32
Points
176
how do you even get BNE in the first place? rp wise?
By doing the normal drop off. You will receive BNE as reward. More BNE means you can start VIN scratching vehicles and add them to your garage
 

SterilCat

Bronze Elite
Joined
Nov 15, 2021
Messages
19
Reaction score
4
Points
156
Location
America
So my problem is as above some mentioned that it does not open the UI when the item is used i set it all up no errors just the UI does not open.
 

Attachments

  • obrázok_2021-12-19_001010.png
    obrázok_2021-12-19_001010.png
    1.5 MB · Views: 118

Caneton

Silver Elite
Joined
May 5, 2021
Messages
22
Reaction score
81
Points
231
Location
France
This question may be weird but once here we do what to open the car?

1639880486490.png
 

AlbertWong2020

Gold Elite
Joined
Sep 13, 2021
Messages
31
Reaction score
32
Points
176
Location
?
how do you get BNE to work on ESX old version? do i need to set up a new currency? like cash or blackmoney/dirtymoney
no need to add any new currency

This scripts need some skills to edit , If you think you don't have enough skills to do this edit , please contact a trusted developer.
 
Last edited:
Top