Synergy

Synergy

View Stats:
Console Command for Spawning Synergy cars
I want to spawn cars like van and truck, is there a way to do that?
< >
Showing 1-1 of 1 comments
Highly recommend this guide: https://steamcommunity.com/sharedfiles/filedetails/?id=214240493

Truck: ch_createvehicle prop_vehicle_mp models/vehicles/8seattruck.mdl scripts/vehicles/truck.txt

Airboat: impulse 83
Airboat: ch_createairboat
Airboat with a gun: ent_create prop_vehicle_airboat model models/airboat.mdl vehiclescript scripts/vehicles/airboat.txt EnableGun 1

Buggy for 1 player: impulse 82
Buggy for 1 player: ch_createjeep
Buggy for 2 players: ch_createvehicle prop_vehicle_mp models/vehicles/buggy_p2.mdl scripts/vehicles/jeep_test.txt
Elite buggy for 2 players: ch_createjeep_elite

Van: ch_createvehicle prop_vehicle_mp models/vehicles/7seatvan.mdl scripts/vehicles/van.txt
Van - Orange: ent_create prop_vehicle_mp vehiclescript scripts/vehicles/van.txt model models/vehicles/7seatvan.mdl skin 0
Van - Grey: ent_create prop_vehicle_mp vehiclescript scripts/vehicles/van.txt model models/vehicles/7seatvan.mdl skin 1
Van - Yellow: ent_create prop_vehicle_mp vehiclescript scripts/vehicles/van.txt model models/vehicles/7seatvan.mdl skin 2
Van - Black: ent_create prop_vehicle_mp vehiclescript scripts/vehicles/van.txt model models/vehicles/7seatvan.mdl skin 3
Van - Blue: ent_create prop_vehicle_mp vehiclescript scripts/vehicles/van.txt model models/vehicles/7seatvan.mdl skin 4
< >
Showing 1-1 of 1 comments
Per page: 1530 50