forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
9250e67354
commit
97a39c5e9d
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ end)
|
||||||
|
|
||||||
Citizen.CreateThread(function()
|
Citizen.CreateThread(function()
|
||||||
while true do
|
while true do
|
||||||
Wait(5000)
|
Wait(15000)
|
||||||
local ped = PlayerPedId()
|
local ped = PlayerPedId()
|
||||||
|
|
||||||
if PedIsInAnyVehicle(ped) then
|
if IsPedInAnyVehicle(ped) then
|
||||||
local veh = GetVehiclePedIsUsing(ped)
|
local veh = GetVehiclePedIsUsing(ped)
|
||||||
local mods = QBCore.Functions.GetVehicleProperties(vehicle)
|
local mods = QBCore.Functions.GetVehicleProperties(vehicle)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue