dobrograd-13-06-2022/garrysmod/addons/_config/lua/config/cars/event.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

41 lines
889 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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,
})