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

kullmap95

Gold Elite
Joined
Sep 29, 2021
Messages
97
Reaction score
213
Points
296
Location
Viet nam
I don't have a contract
laptop.png
 

IkWilBier

Gold Elite
Joined
Aug 7, 2021
Messages
46
Reaction score
32
Points
176
Yeah man contracts are given at random every 10 minutes. You can do /boostingtest to give yourself a contract
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)
 

IkWilBier

Gold Elite
Joined
Aug 7, 2021
Messages
46
Reaction score
32
Points
176
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)
It breaks here
if(GetVehicleNumberPlateText(veh) == Contracts[startedcontractid].plate) then
 

Wrecks

Gold Elite
Joined
Aug 19, 2021
Messages
151
Reaction score
110
Points
241
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)
did you receive error for qb-phone vehicledata when u receive email
 

kullmap95

Gold Elite
Joined
Sep 29, 2021
Messages
97
Reaction score
213
Points
296
Location
Viet nam
Yeah man contracts are given at random every 10 minutes. You can do /boostingtest to give yourself a contract
i got notice from contract but no directions Yo buddy , this is the vehicle details.

Vehicle Model: INFERNUS2
Vehicle Class :WORLD
Vehicle Plate :48NSJ232
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
i got notice from contract but no directions Yo buddy , this is the vehicle details.

Vehicle Model: INFERNUS2
Vehicle Class :WORLD
Vehicle Plate :48NSJ232
You probably be didn't have enough BNE to start the contract.. you can give yourself bne in bropixel_boosting SQL table
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
when i start the contract i get the vehicle info EMAIL and then i dont know what to do next

Vehicle Model: INFERNUS2
Vehicle Class :WORLD
Vehicle Plate :48NSJ232
Read up I just said the issue
 

Wrecks

Gold Elite
Joined
Aug 19, 2021
Messages
151
Reaction score
110
Points
241
can i use onesync infinity or just legacy ?
 
Top