Premium Deluxe Motorsport
Players can buy multiple vehicles at Premium Deluxe Motorsport
Vehicle Inventory
When the player purchased a vehicle he can open the vehicle inventory by pressing F9
Use arrow left or right to navigate between the list.
Adding vehicles or changing prices
All vehicles are stored in the vehicles.lua file in the config directory
resources/fs_freemode/config/vehicles.lua
.
Key | Description |
---|---|
name | This is the name that will be displayed in the store menu. |
costs | This is the price that players need to pay to purchase the vehicle. |
model | This is the vehicle model name |
compacts = {
{name= "Blista", costs = 15000, model = "blista"},
{name= "Brioso R/A", costs = 155000, model = "brioso"},
{name= "Dilettante", costs = 25000, model = "Dilettante"},
{name= "Issi", costs = 18000, model = "issi2"},
{name= "Panto", costs = 85000, model = "panto"},
{name= "Prairie", costs = 30000, model = "prairie"},
{name= "Rhapsody", costs = 120000, model = "rhapsody"}
}
coupes = {
{name= "Cognoscenti Cabrio", costs = 180000, model = "cogcabrio"},
{name= "Exemplar", costs = 200000, model = "exemplar"},
{name= "F620", costs = 80000, model= "f620"},
{name= "Felon", costs = 90000, model= "felon"},
{name= "Felon GT", costs = 95000, model= "felon2"},
{name= "Jackal", costs = 60000, model= "jackal"},
{name= "Oracle", costs = 80000, model= "oracle"},
{name= "Oracle XS", costs = 82000, model= "oracle2"},
{name= "Sentinel", costs = 90000, model= "sentinel"},
{name= "Sentinel XS", costs = 60000, model= "sentinel2"},
{name= "Windsor", costs = 800000, model= "windsor"},
{name= "Windsor Drop", costs = 850000, model= "windsor2"},
{name= "Zion", costs = 60000, model = "zion"},
{name= "Zion Cabrio", costs = 65000, model = "zion2"}
}
Updated less than a minute ago