Skip to content

Commit

Permalink
Update billionaire_services.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
xesdoog committed Apr 27, 2024
1 parent 2b80b2a commit b288a02
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions billionaire_services.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,6 @@ billionaire_services:add_imgui(function()
VEHICLE.SET_VEHICLE_COLOURS(limo, 111, 111)
VEHICLE.SET_VEHICLE_TYRES_CAN_BURST(limo, false)
VEHICLE.SET_VEHICLE_INDIVIDUAL_DOORS_LOCKED(limo, 0, 2)
VEHICLE.SET_VEHICLE_INDIVIDUAL_DOORS_LOCKED(limo, 1, 2)
VEHICLE.SET_VEHICLE_TYRES_CAN_BURST(limo, false)
VEHICLE.SET_VEHICLE_ALLOW_HOMING_MISSLE_LOCKON(limo, false, 0)
VEHICLE.SET_VEHICLE_STRONG(limo, true)
Expand Down Expand Up @@ -1941,13 +1940,6 @@ script.register_looped("misc", function(misc)
if not PED.IS_PED_GROUP_MEMBER(guard_3, myGroup) then
PED.SET_PED_AS_GROUP_MEMBER(guard_3, myGroup)
end
if spawned_limo[1] ~= nil then
if sittingInLimo then
PED.SET_PED_INTO_VEHICLE(guard_1, limo, 2)
PED.SET_PED_INTO_VEHICLE(guard_2, limo, 3)
PED.SET_PED_INTO_VEHICLE(guard_3, limo, 4)
end
end
end
end
if spawned_escorts[1] ~= nil then
Expand Down

0 comments on commit b288a02

Please sign in to comment.