This commit is contained in:
Nordi98 2025-08-05 18:08:03 +02:00
parent 39b2188270
commit e1dd84ae00
118 changed files with 11230 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)