1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-10 12:33:38 +02:00
parent e9a5e6e808
commit df5c2a1624
143 changed files with 79 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View file

@ -0,0 +1,36 @@
fx_version 'cerulean'
games { 'gta5' }
--
--██╗░░██╗░░░░██████╗░
--██║░██╔╝░░░██╔════╝░
--█████═╝░░░░██║░░██╗░
--██╔═██╗░░░░██║░░╚██╗
--██║░╚██╗██╗╚██████╔╝
--╚═╝░░╚═╝╚═╝░╚═════╝░
--
--███╗░░░███╗░█████╗░██████╗░██╗███████╗██╗░█████╗░░█████╗░████████╗██╗░█████╗░███╗░░██╗░██████╗
--████╗░████║██╔══██╗██╔══██╗██║██╔════╝██║██╔══██╗██╔══██╗╚══██╔══╝██║██╔══██╗████╗░██║██╔════╝
--██╔████╔██║██║░░██║██║░░██║██║█████╗░░██║██║░░╚═╝███████║░░░██║░░░██║██║░░██║██╔██╗██║╚█████╗░
--██║╚██╔╝██║██║░░██║██║░░██║██║██╔══╝░░██║██║░░██╗██╔══██║░░░██║░░░██║██║░░██║██║╚████║░╚═══██╗
--██║░╚═╝░██║╚█████╔╝██████╔╝██║██║░░░░░██║╚█████╔╝██║░░██║░░░██║░░░██║╚█████╔╝██║░╚███║██████╔╝
--╚═╝░░░░░╚═╝░╚════╝░╚═════╝░╚═╝╚═╝░░░░░╚═╝░╚════╝░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░╚════╝░╚═╝░░╚══╝╚═════╝░
--
--https://discord.gg/CsEqzuzqfG
--https://discord.gg/CsEqzuzqfG
--https://discord.gg/CsEqzuzqfG
--
this_is_a_map 'yes'
data_file 'DLC_ITYP_REQUEST' 'stream/kg_hatestruckstop_pumpstation_data.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/kg_hatestruckstop_sign01_data.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/kg_joshuagasstation_build1_data.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/kg_pumpstation_prop_data.ytyp'

View file

@ -0,0 +1,14 @@
fx_version 'bodacious'
game 'gta5'
files {
'audio/ak_container_coffee_mlo_game.dat151.rel'
}
data_file 'AUDIO_GAMEDATA' 'audio/ak_container_coffee_mlo_game.dat'
author 'AngelKohai'
description 'Angel_Bayview_Lodge'
version '1.0.0'
this_is_a_map 'yes'

View file

@ -0,0 +1,7 @@
----------------- For support, scripts, mlo's, and more ----------------
--------------------- https://dsc.gg/nothinscripts ---------------------
------------------------------------------------------------------------
fx_version 'cerulean'
game 'gta5'
dependency '/assetpacks'

View file

@ -0,0 +1,9 @@
local kartCoords = vector3(-85.162, -2067.108, 21.797)
Citizen.CreateThread(function()
while true do
Wait((#(GetEntityCoords(PlayerPedId()) - kartCoords) < 150) and 0 or 1000)
ClearAreaOfVehicles(kartCoords.x, kartCoords.y, kartCoords.z, 1000, false, false, false, false, false)
RemoveVehiclesFromGeneratorsInArea(kartCoords.x - 90.0, kartCoords.y - 90.0, kartCoords.z - 90.0, kartCoords.x + 90.0, kartCoords.y + 90.0, kartCoords.z + 90.0)
end
end)

View file

@ -0,0 +1,13 @@
fx_version 'bodacious'
game 'gta5'
author 'GigZ'
description 'GigZ_kart_update'
version '1.0.0'
this_is_a_map 'yes'
client_scripts {
'client.lua'
}

Some files were not shown because too many files have changed in this diff Show more