new scripts and sandy shores fire station
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Citizen.CreateThread(function()
|
||||
while true do
|
||||
Citizen.Wait(0)
|
||||
local playerCoords = GetEntityCoords(PlayerPedId())
|
||||
for k, v in pairs(Config.PumpModels) do
|
||||
local entity = GetClosestObjectOfType(playerCoords, 10.0, v, false, false, false)
|
||||
SetEntityInvincible(entity, true)
|
||||
FreezeEntityPosition(entity, true)
|
||||
end
|
||||
end
|
||||
end)
|
||||
@@ -0,0 +1,3 @@
|
||||
Config = {
|
||||
PumpModels = {-2007231801, 1339433404, 1694452750, 1933174915, -462817101, -469694731, -164877493}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
shared_script '@WolfShield/WolfShield.lua'
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
shared_script 'config.lua'
|
||||
client_script 'c.lua'
|
||||
lua54 'yes'
|
||||
Reference in New Issue
Block a user