22.04.2012, 19:02
Thats way to long and dragged out to tell you how to here in code so imma give you a check list then ask for parts which your stuck on.
1. Create a enum inclding everything your cars require
2. create an array such as VehicleInfo[MAX_VEHICLES][vInfo]; to call the enum
3. sort out the saving and loading
4. Spawn a car
5. code a dialog or a command to save the car such as /savev - get the car the players in save it under a vehicle count ehich will be loaded next time the server starts
6. Use the command!
7. DOne
1. Create a enum inclding everything your cars require
2. create an array such as VehicleInfo[MAX_VEHICLES][vInfo]; to call the enum
3. sort out the saving and loading
4. Spawn a car
5. code a dialog or a command to save the car such as /savev - get the car the players in save it under a vehicle count ehich will be loaded next time the server starts
6. Use the command!
7. DOne