FX Linux build version 2949 "IsVehicleWindowIntact" executive native error

IF YOU DO NOT FILL THIS OUT, YOUR TOPIC WILL BE UNLISTED AND CLOSED

To receive support, please fill out the following template, and remove this top text.

GTA V version? 1.0.2060.1
Up to date? Yes
Legit or Pirate copy? Legit
Steam/CD/Social Club? Social Club
Windows version? Windows 10
Did you try to delete caches.xml and try again? No.
Error screenshot (if any)
Server System specifications
https://i.imgur.com/IKS2RZU.png

An example of a construct that causes an error

for i = 0,8 do
		table.insert(damages.win, i)
					damages.win[i] = false
							if not IsVehicleWindowIntact(veh, i) then
								damages.win[i] = true
							end
						end

or

for id = 1, 13 do
            local windowId = IsVehicleWindowIntact(vehicle, id)
            print('1.6.1')
            print(windowId)
            print('1.6.1')

            if windowId ~= nil then
                print('1.6.2')
                vehicleProps["windows"][#vehicleProps["windows"] + 1] = windowId
                --print(dump(vehicleProps["windows"]))
            else
                print('1.6.3')
                vehicleProps["windows"][#vehicleProps["windows"] + 1] = true
                --print(dump(vehicleProps["windows"]))
            end
        end

In any case, I get an error, it appears in the last build of the server
“version” is “FXServer-master v1.0.0.2949 linux”

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.