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.

Valid Object Names

Featured Replies

Hello... Again

So I'm creating a very simple items/debris on the road callout where the user simply turns up and has to move said items from the road. However I cannot seem to get the correct item names, I've tried using names from the files (via OpenIV) and I've tried simple names (like 'basketball' for example) but neither work. Any help is greatly appreciated, thank you! :D

ScottyTooHotty

There are some great modders on gta5-mods.com that already collected a list of the valid object names you can use, so don't bother searching the names with OpenIV, that's quite time-consuming :tongue:

Map Editor by Guadmaz (https://www.gta5-mods.com/scripts/map-editor) contains a file named objects.xml where there is a lot of valid objects you can use. Just browse this file using the search function of your search editor, try searching "debris" and stuff, and you'll probably find those objects.

If you don't find them, you can then browse the Objects List 10k by K3nil (https://www.gta5-mods.com/tools/object-list-10k) that contains even more objects, but I think not all of them are valid. Just give it a try.

  • Author
5 hours ago, DemNinjas said:

There are some great modders on gta5-mods.com that already collected a list of the valid object names you can use, so don't bother searching the names with OpenIV, that's quite time-consuming :tongue:

Map Editor by Guadmaz (https://www.gta5-mods.com/scripts/map-editor) contains a file named objects.xml where there is a lot of valid objects you can use. Just browse this file using the search function of your search editor, try searching "debris" and stuff, and you'll probably find those objects.

If you don't find them, you can then browse the Objects List 10k by K3nil (https://www.gta5-mods.com/tools/object-list-10k) that contains even more objects, but I think not all of them are valid. Just give it a try.

Thanks I'll give it a go, am I using the names or the bunch of numbers? Cause I've tried the names before but still invalid?

ScottyTooHotty

2 hours ago, ScottehBoyy said:

Thanks I'll give it a go, am I using the names or the bunch of numbers? Cause I've tried the names before but still invalid?

I don't know. Make sure you're spawning them correctly.

Typically, you'd spawn an object like this : 

Rage.Object o = new Rage.Object("PROP_ROADCONE02A", conePosition, 0f);

I guess you could do 

new Rage.Object("v_40_debris1", conePosition, 0f);

to a spawn a debris object.

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.