1
0
Fork 0
forked from Simnation/Main

Garage Angefangen

This commit is contained in:
Miho931 2025-06-08 12:19:35 +02:00
parent f3e9937e72
commit a4d06e39b8
3 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,19 @@
Config = {}
Config.Zonen = {
{
name = "Meetingpoint",
price = nil, --pro FZ
NPC = {
spawn = vector4(236.1920, -798.5126, 30.4188, 173.7135),
model = "s_m_m_security_01",
distance = 30.0
},
vehicle_spawn = {
vector4(247.4089, -799.2991, 29.7057, 159.1259),
vector4(250.7647, -800.5372, 29.6305, 159.2400),
vector4(239.2613, -808.8478, 29.8017, 339.9538),
vector4(242.8265, -809.7695, 29.7245, 338.3645)
}
}
}