adding new lasd mlo and k9 script

This commit is contained in:
KingMcDonalds
2025-07-11 20:22:06 -07:00
parent aaad3bc86a
commit 995b69fb46
152 changed files with 4169 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
CreateThread(function()
local oldinterior = GetInteriorAtCoordsWithType(2678.0,3286.0,55.2, 'v_shop_247')
DisableInterior(oldinterior, true)
UnpinInterior(oldinterior)
end)
@@ -0,0 +1,6 @@
fx_version 'cerulean'
games { 'gta5' }
client_scripts {
'client.lua',
}