07.02.2011, 13:48
Hei. How i can make that on my server we can own 5 Vehicles in /stats?
#define MAX_TRUNK_SLOTS (5) // Is actually 4. #define MAX_VEHICLE_MODELS (70) #define MAX_PLYVEH_RATIO (20) // per player. #define MAX_VEHICLE_PLATE (7) #define SERVER_MAX_PLAYERS 50
You can't change the max amount of cars simply by altering a variable. As far as I know, you'll need to create several new variables to store the data from the two extra vehicles and then write to file.
Please, learn to script, not edit. |