Fivem Prop List With Pictures [EASY – 2027]

Fivem Prop List With Pictures [EASY – 2027]

Bring your café, nightclub, or grocery store to life.

| Prop Code | Visual Snapshot | | :--- | :--- | | prop_food_bs_burger | Picture: A juicy cheeseburger with lettuce, tomato, and a sesame seed bun. | | prop_food_bs_chips | Picture: A red fry box overflowing with golden french fries. | | prop_food_bs_donut1 | Picture: A pink-frosted donut with sprinkles (Classic PD stereotype). | | prop_beer_am_open | Picture: An opened bottle of "Pisswasser" beer with condensation droplets. | | prop_wine_red_01 | Picture: A tall Bordeaux-style red wine bottle with a foil top. | | prop_mug_01 | Picture: A plain white ceramic coffee mug (empty). | | prop_cs_champ_flute | Picture: A champagne flute filled with bubbly golden liquid. |

Finding the right props is essential for creating immersive FiveM servers, whether you are decorating a custom MLO, setting up a roleplay scene, or building a racing track. Since the base GTA V game contains over 78,000 objects, using a visual directory is the only practical way to find what you need without endless trial and error. Best Online Prop Lists with Pictures

Several community-driven platforms provide comprehensive, searchable databases of every GTA V object with high-quality preview images:

Pleb Masters: ForgeThis is widely considered the gold standard for FiveM developers. The Forge Object Browser allows you to filter through tens of thousands of props by category (e.g., chairs, lights, barriers, plants) and specific DLC updates.

GTA-5 Hashes (gtahash.ru)A straightforward, high-speed gallery that displays the Object Name, Hash, and a clear image for almost every asset in the game. You can use the search bar to quickly find items like "phone," "barrier," or "fence".

FiveM Item Gallery (bit-scripts)Available on GitHub, this project provides a curated image gallery for items commonly used in inventories and server activities, complete with code snippets for popular frameworks. Common Prop Categories for Developers

If you are looking for specific types of props, these common categories are often the best starting points in any list: fivem prop list with pictures

Interior Furniture: Tables, sofas, kitchen appliances, and decorative house plants (e.g., prop_pot_01).

Industrial & Construction: Generators, scaffold frames, work lights (e.g., prop_worklight_04b), and toolboxes.

Medical & Emergency: Medstations (e.g., prop_medstation_04), stretchers, and emergency barriers.

Street Scenery: Signs, trash cans, phone boxes, and street lamps. How to Find Prop Hashes In-Game

If you see a prop while playing and want to use it in your own script, you can use specialized tools:

ID Gun: A free resource available on the Cfx.re Forum that allows you to point a weapon at any object to see its name, position, and hash on-screen.

CodeWalker: An external 3D map editor for GTA V that lets you select any prop in the world to find its exact texture dictionary (txd) and name (txn). Tips for Using Props in FiveM Bring your café, nightclub, or grocery store to life

Check for Collisions: Some props are "client-side" or lack collisions, meaning players will walk right through them. Test your props before finalizing a build.

Optimizing Performance: Avoid placing too many high-detail props in one small area, as this can cause "texture loss" or FPS drops for players on your server.

DLC Props: Remember that props from newer DLCs (like mpheist3) will only work if your server is set to a recent game build.

Important Note: FiveM itself does not generate a single, official “prop list with pictures” because props are pulled directly from GTA V’s game files. However, the community has built excellent tools to visualize every prop.


If you want new props not found in vanilla GTA V, download "Map Builder" or "Bob74 IPL" for FiveM. These add custom props (like modern IKEA furniture and construction barriers) that come with their own picture libraries.

Need a specific prop? Use the hash prop_ + specific name. Example: If you want a Yellow Garbage Bin, guess prop_bin_04 — 90% of the time, Rockstar's naming logic works.


This article was updated for the latest FiveM builds (Canary + Artifacts). Bookmark this page for your next mapping session. Important Note: FiveM itself does not generate a

Here’s a structured approach to create a FiveM prop list with pictures, including how to source images, organize the content, and present it for server players or staff.


These are the most requested props for housing and interior mapping.

Players can view props with images inside FiveM using a menu:

-- Example: Open prop catalog
RegisterCommand('proplist', function()
    local propData = 
         name = "Gym Bench", model = "prop_bench_01", image = "bench.png" ,
         name = "Street Lamp", model = "prop_streetlight_01", image = "lamp.png"
TriggerEvent('ox_lib:showContext', 
        title = 'Prop Catalog',
        options = propData,
        onSelected = function(selected)
            -- Spawn the selected prop
        end
    )
end)

💡 Pro tip: Use ox_lib or qb-menu to display images alongside text in menus.


If you have admin on your server:

/spawn prop_name_here

Example: /spawn prop_bin_07a (spawns a tipped-over trash can)

To get the exact name with a picture, use the FiveM Prop Finder resource – available on the FiveM Forums (search "Prop Finder UI").

Highly sought after for black market and heist roleplay.

| Preview Description | Prop Name | Notes | | :--- | :--- | :--- | | [IMAGE: Pistol (Object)] | w_pi_pistol | The actual world model for the pistol. | | [IMAGE: Duffel Bag] | prop_bag_pickup | A generic duffel bag, used in robbery scripts. | | [IMAGE: Meth Lab Barrel] | prop_barrel_exp_01a | Red barrel often used for illicit labs. | | [IMAGE: Weed Plant] | prop_weed_01 | A single marijuana plant. Essential for growing scripts. | | [IMAGE: Armor Vest] | prop_bodyarmour_01 | The pickup model for body armor. |


Bring your café, nightclub, or grocery store to life.

| Prop Code | Visual Snapshot | | :--- | :--- | | prop_food_bs_burger | Picture: A juicy cheeseburger with lettuce, tomato, and a sesame seed bun. | | prop_food_bs_chips | Picture: A red fry box overflowing with golden french fries. | | prop_food_bs_donut1 | Picture: A pink-frosted donut with sprinkles (Classic PD stereotype). | | prop_beer_am_open | Picture: An opened bottle of "Pisswasser" beer with condensation droplets. | | prop_wine_red_01 | Picture: A tall Bordeaux-style red wine bottle with a foil top. | | prop_mug_01 | Picture: A plain white ceramic coffee mug (empty). | | prop_cs_champ_flute | Picture: A champagne flute filled with bubbly golden liquid. |

Finding the right props is essential for creating immersive FiveM servers, whether you are decorating a custom MLO, setting up a roleplay scene, or building a racing track. Since the base GTA V game contains over 78,000 objects, using a visual directory is the only practical way to find what you need without endless trial and error. Best Online Prop Lists with Pictures

Several community-driven platforms provide comprehensive, searchable databases of every GTA V object with high-quality preview images:

Pleb Masters: ForgeThis is widely considered the gold standard for FiveM developers. The Forge Object Browser allows you to filter through tens of thousands of props by category (e.g., chairs, lights, barriers, plants) and specific DLC updates.

GTA-5 Hashes (gtahash.ru)A straightforward, high-speed gallery that displays the Object Name, Hash, and a clear image for almost every asset in the game. You can use the search bar to quickly find items like "phone," "barrier," or "fence".

FiveM Item Gallery (bit-scripts)Available on GitHub, this project provides a curated image gallery for items commonly used in inventories and server activities, complete with code snippets for popular frameworks. Common Prop Categories for Developers

If you are looking for specific types of props, these common categories are often the best starting points in any list:

Interior Furniture: Tables, sofas, kitchen appliances, and decorative house plants (e.g., prop_pot_01).

Industrial & Construction: Generators, scaffold frames, work lights (e.g., prop_worklight_04b), and toolboxes.

Medical & Emergency: Medstations (e.g., prop_medstation_04), stretchers, and emergency barriers.

Street Scenery: Signs, trash cans, phone boxes, and street lamps. How to Find Prop Hashes In-Game

If you see a prop while playing and want to use it in your own script, you can use specialized tools:

ID Gun: A free resource available on the Cfx.re Forum that allows you to point a weapon at any object to see its name, position, and hash on-screen.

CodeWalker: An external 3D map editor for GTA V that lets you select any prop in the world to find its exact texture dictionary (txd) and name (txn). Tips for Using Props in FiveM

Check for Collisions: Some props are "client-side" or lack collisions, meaning players will walk right through them. Test your props before finalizing a build.

Optimizing Performance: Avoid placing too many high-detail props in one small area, as this can cause "texture loss" or FPS drops for players on your server.

DLC Props: Remember that props from newer DLCs (like mpheist3) will only work if your server is set to a recent game build.

Important Note: FiveM itself does not generate a single, official “prop list with pictures” because props are pulled directly from GTA V’s game files. However, the community has built excellent tools to visualize every prop.


If you want new props not found in vanilla GTA V, download "Map Builder" or "Bob74 IPL" for FiveM. These add custom props (like modern IKEA furniture and construction barriers) that come with their own picture libraries.

Need a specific prop? Use the hash prop_ + specific name. Example: If you want a Yellow Garbage Bin, guess prop_bin_04 — 90% of the time, Rockstar's naming logic works.


This article was updated for the latest FiveM builds (Canary + Artifacts). Bookmark this page for your next mapping session.

Here’s a structured approach to create a FiveM prop list with pictures, including how to source images, organize the content, and present it for server players or staff.


These are the most requested props for housing and interior mapping.

Players can view props with images inside FiveM using a menu:

-- Example: Open prop catalog
RegisterCommand('proplist', function()
    local propData = 
         name = "Gym Bench", model = "prop_bench_01", image = "bench.png" ,
         name = "Street Lamp", model = "prop_streetlight_01", image = "lamp.png"
TriggerEvent('ox_lib:showContext', 
        title = 'Prop Catalog',
        options = propData,
        onSelected = function(selected)
            -- Spawn the selected prop
        end
    )
end)

💡 Pro tip: Use ox_lib or qb-menu to display images alongside text in menus.


If you have admin on your server:

/spawn prop_name_here

Example: /spawn prop_bin_07a (spawns a tipped-over trash can)

To get the exact name with a picture, use the FiveM Prop Finder resource – available on the FiveM Forums (search "Prop Finder UI").

Highly sought after for black market and heist roleplay.

| Preview Description | Prop Name | Notes | | :--- | :--- | :--- | | [IMAGE: Pistol (Object)] | w_pi_pistol | The actual world model for the pistol. | | [IMAGE: Duffel Bag] | prop_bag_pickup | A generic duffel bag, used in robbery scripts. | | [IMAGE: Meth Lab Barrel] | prop_barrel_exp_01a | Red barrel often used for illicit labs. | | [IMAGE: Weed Plant] | prop_weed_01 | A single marijuana plant. Essential for growing scripts. | | [IMAGE: Armor Vest] | prop_bodyarmour_01 | The pickup model for body armor. |