dobrograd-13-06-2022/garrysmod/addons/_config/lua/config/cars/event.lua

42 lines
889 B
Lua
Raw Normal View History

2023-11-16 15:01:19 +05:00
carDealer.addVeh('halloween_sedan', {
name = 'Peyote',
simfphysID = 'sim_fphys_gta4_peyote',
price = 0,
tags = { carDealer.tags.halloween },
canSee = carDealer.checks.no,
canUse = carDealer.checks.civil,
bodygroups = {
[1] = {
name = 'Крыша',
variants = {
{ 'Заводская', 1000 },
{ 'Закрытая', 320000 },
},
},
[2] = {
name = 'Заднее крепление',
variants = {
{ 'Ничего', 1000 },
{ 'Запаска', 185000 },
},
},
[3] = {
name = 'Сидения',
variants = {
{ 'Заводские', 1000 },
{ 'Зебра', 210000 },
{ 'Черные', 75000 },
},
},
},
})
carDealer.addVeh('halloween_pickup', {
name = 'Regina',
simfphysID = 'sim_fphys_tlad_regina',
price = 0,
tags = { carDealer.tags.halloween },
canSee = carDealer.checks.no,
canUse = carDealer.checks.civil,
})