This commit is contained in:
Nordi98 2025-08-06 11:07:08 +02:00
parent 371350cefb
commit ce2e1898fd
83 changed files with 11227 additions and 0 deletions

View file

@ -0,0 +1,5 @@
CreateThread(function()
local oldinterior = GetInteriorAtCoordsWithType(1931.78516, 3730.23828, 31.8600159, 'v_barbers')
DisableInterior(oldinterior, true)
UnpinInterior(oldinterior)
end)