Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Adding custom police cars without replacing the old ones

Featured Replies

4 hours ago, equalityop said:

Im new to adding police cars to my game and this is my carvariations file and my vehicles file.  I check everything but idk where have I gone wrong please help carvariations.meta vehicles.meta

In your carvar, you didn't open with <Item> here:

      <lightSettings value="1" />
      <sirenSettings value="1" />
    </Item>
      <modelName>slamvan</modelName>
      <colors>
        <Item>
          <indices

After </Item>, you should have <Item> to open the slamvan section. 

Edited by SoarHawk

In your vehicles meta file. you did not end with </Item> here

You have this

 <txdRelationships>
    <Item>
      <parent>vehicles_poltax_interior</parent>
      <child>hwcar</child>
    <Item>
      <parent>vehicles_poltax_interior</parent>
      <child>hwarcar2</child>

it should be this:

 <txdRelationships>
    <Item>
      <parent>vehicles_poltax_interior</parent>
      <child>hwcar</child>
   </Item>
   <Item>
      <parent>vehicles_poltax_interior</parent>
      <child>hwarcar2</child>
   </Item>

 

Edited by Ned228

On 5/14/2016 at 1:33 PM, equalityop said:

For some reason it's still crashing my game :/

If Ned's reply worked let us know so that people experiencing a similar problem (that come across this post) can see that you found a solution. 

 My Uploads | Current Lineup 

0.9.6 cover.png

Found my response useful? You can thank me buy Liking it :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.