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