Jump to content
mr matt5432123

Add person to vehicle

Recommended Posts

So I made it so that a different person would be able to enter a vehicle than what that unit normally accepts and it worked, but later I tried to do the same thing but with differant vehicles and those particular vehicles will not accept the person. Do I need to change anything other than the XML in the units folder? here is what it looks like...

Spoiler

    <freeplay>
        <missions value="22">
            <prototype name="mod:Prototypes/Vehicles/03 Police/nypd_hwyrmp_unmk01.e4p" />
            <price value="150" />
            <speed value="120" />
            <space value="2" />
            <loadspace value="2" />
            <personnel>
                <unit id="LIFEMAN">
                    <defaultcount value="2" />
                </unit>
            </personnel>
            <equipment>
                <unit id="ROAD BLOCK" />
                <unit id="FIRE EXTINGUISHER" />
            </equipment>
        </missions>
    </freeplay>        
</unit>

I know that LIFEMAN is 100% the correct unit ID, I've been trying to figure this out for hours. It's probably something right in front of my face, what could be causing this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...