Keep spawning Blimp

I’m dealing with a big problem… in my server it keep spawning Blimp (atomic) image how can i make it not to spawn??? I added it on TiagoAnticheat as blacklist + im using NO-NPC but nothing

same to mee, you have find the problem??

You can blacklist the blimb with a Resource you can find on the FiveM forums

Add this in a client script

Citizen.CreateThread(function()
	while true do
        Wait(0)
        SetVehicleModelIsSuppressed(GetHashKey("blimp"), true)
        SetVehicleModelIsSuppressed(GetHashKey("blimp2"), true)
        SetVehicleModelIsSuppressed(GetHashKey("blimp3"), true)
    end
end)
2 Likes

I’ve found a Fix guys, working perfectly

why do you reply to a thread that’s 4 years old while the solution was already given?

1 Like