mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 14:26:03 +01:00
Update client.lua
This commit is contained in:
@@ -606,7 +606,7 @@ end)
|
|||||||
-- vehicle fuel consumption.
|
-- vehicle fuel consumption.
|
||||||
CreateThread(function()
|
CreateThread(function()
|
||||||
while true do
|
while true do
|
||||||
Wait(500)
|
Wait(3500)
|
||||||
local pedVeh = GetVehiclePedIsIn(ped)
|
local pedVeh = GetVehiclePedIsIn(ped)
|
||||||
local seat = GetPedInVehicleSeat(pedVeh, -1)
|
local seat = GetPedInVehicleSeat(pedVeh, -1)
|
||||||
if pedVeh ~= 0 and seat ~= 0 then
|
if pedVeh ~= 0 and seat ~= 0 then
|
||||||
|
|||||||
Reference in New Issue
Block a user