HMMWV don't appears.
Closed this issue · 7 comments
Its seems to be respawned but it don't appear.
All vehicles, unless they are banned, will appear on the map. Is that HMMWV a custom spawn or already in the object_spawns?
Just the HMMWV and SUV. Its already in object_spawn. It shows up like its spawned but it seems to be invisible.
The SUV spawns in-game on my build but the HMMWV doesn't. 1 SUV and 2 HMMWV entries in object_data(not manually added).
What I need to do to spawn the HMMWV?
Thanks in advance for the attention.
On Fri, Jun 21, 2013 at 2:18 PM, cmSaS notifications@github.com wrote:
The SUV spawns in-game on my build but the HMMWV doesn't. 1 SUV and 2
HMMWV entries in object_data(not manually added).—
Reply to this email directly or view it on GitHubhttps://github.com//issues/108#issuecomment-19828854
.
Best Regards,
SkymasterLz
What I need to do to spawn the HMMWV?
Thanks in advance for the attention.
Hello, having the same problem (HMMWV not appearing) I finally found out that the "Classname" is not correct. Changing "HMMWV" to "HMMWV_DZ" in "object_classes", "object_data", and "object_spawns" solved this issue for me.
While searching the correct "Classname" for HMMWV i also noticed that one entry for the SUV in the official table "object_classes" changed for 1.7.7.1 from
SUV_TK_CIV_EP1
to
SUV_DZ
SUV_TK_EP1 seems to remain the same.
There are also 2 new entries that are missing:
('StashSmall', '0', 0, '0', 'StashSmall'),
('StashMedium', '0', 0, '0', 'StashMedium');