When the car which you want to use is not selectable upon joining the server, then usually the car has been set in the server_cfg.ini but not in entry_list.ini or vice versa.
For example you set: CARS=bmw_m3_e30;ruf_yellowbird in the server_cfg.ini
Then the entry_list.cfg needs to have the exact same cars, for example:
[CAR_0]
MODEL=bmw_m3_e30
SKIN=Brilliant_red
SPECTATOR_MODE=0
DRIVERNAME=
TEAM=
GUID=
BALLAST=0
[CAR_1]
MODEL=ruf_yellowbird
SKIN=1-Yellowbird-black
SPECTATOR_MODE=0
DRIVERNAME=
TEAM=
GUID=
BALLAST=0
Note: If you set the MAX_CLIENTS in the server_cfg.ini to something low (for example 1) and the custom car is in a higher number in the entry_list.ini (for example [CAR_1] ) then the custom car is not selectable.
In the above example this would mean only the BMW M3 E30 is selectable, but the RUF Yellowbird is not.
- 4 brukere syntes dette svaret var til hjelp