Log in to reply
 

Vehicles and Peds wont spawn after editing popgroups.ymt



  • Title says it all, I know obviously I messed something up with the file, but I just don't know what. Any ideas? I've edited the file before and this hasn't happened.



  • @maximumlink
    Upload the file somwhere (Mediafire etc) & I'll take a look :thumbsup:




  • Banned

    @maximumlink What program are you using to edit XML files? I see a whole bunch of missing new line enters.

    This is one line
    <Item><Name>enduro</Name><Variations type="NULL"/></Item>

    Should be 4 lines
    <Item>
    <Name>enduro</Name>
    <Variations type="NULL"/>
    </Item>



  • @InfiniteQuestion
    It's cool, my file is like that too, the game reads it the same :thumbsup:

    @maximumlink

    Test this & see if it fixes it :thumbsup:

    				<Item><Name>sultan2</Name><Variations type="NULL"/></Item>
    				<Item><Name>kanjo</Name><Variations type="NULL"/></Item>
    				<Item><Name>sugoi</Name><Variations type="NULL"/></Item>
    				<Item><Name>penumbra2</Name><Variations type="NULL"/></Item>
    				<Item><Name>seminole2</Name><Variations type="NULL"/></Item <!-- <<< You're missing the last '>' at end of this line. Should be '/Item>' -->
    			</models>
    			<flags>POPGROUP_AMBIENT POPGROUP_SCENARIO</flags>
    		</Item>
    	<Item>
    			<Name>VEH_FREEWAY_MP</Name>
    			<models>
    				<Item><Name>burrito</Name><Variations type="NULL"/></Item>
    			</models>
    			<flags>POPGROUP_AMBIENT POPGROUP_SCENARIO</flags>
    		</Item>
    

Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.