Closed wriley closed 11 years ago
schema/Reality/mysql/0.36-0.37/40_vehicle.sql
If the vehicle is already name correctly (it was in my DB) then this SQL changes HMMWV_DZ to HMMWV_DZ_DZ and the vehicle will no longer spawn.
From RPT 18:04:42 "OBJ: 273 - HMMWV_DZ_DZ" 18:04:42 Cannot create non-ai vehicle HMMWV_DZ_DZ,
Fixing the name allows it to spawn again.
nice catch. Ill change that.
update vehicle set class_name = 'HMMWV_DZ' where class_name = 'HMMWV';
Updated the files, closing ticket at this time as resolved.
schema/Reality/mysql/0.36-0.37/40_vehicle.sql
If the vehicle is already name correctly (it was in my DB) then this SQL changes HMMWV_DZ to HMMWV_DZ_DZ and the vehicle will no longer spawn.
From RPT 18:04:42 "OBJ: 273 - HMMWV_DZ_DZ" 18:04:42 Cannot create non-ai vehicle HMMWV_DZ_DZ,
Fixing the name allows it to spawn again.