Finding the right objects for your FiveM server can be a daunting task, as there are over 19,000 potential props to choose from. Whether you are a developer looking for specific hashes for a script or a mapper using tools like CodeWalker, having a verified list with visuals is essential. Essential FiveM Prop Databases
The following platforms are the most reliable for finding prop names, hashes, and pictures:
GTAV Hashes (gtahash.ru): This is widely considered the most comprehensive visual database. It allows you to search by name and provides real-time pictures of props alongside their decimal and unsigned integer hashes.
Cfx.re Forum Categorized Prop List: A community-curated list of over 5,000 props organized into 44 distinct categories. Categories include: Traffic Control: Barricades, cones, and signs. Construction: Scaffolding, machinery, and tools. Nature: Trees, rocks, and vegetation. Storage: Containers, skips, and barrels.
GTA V Prop List (GitHub Gist): A popular text-based reference often used by scripters for quick copy-pasting of model names. Verified Common Prop Names & Hashes
Here are examples of commonly used props found in these verified databases: Object Name Description Hash (uInt32) prop_medstation_04 Medical Station 1539137764 prop_worklight_04b Work Light 1813008354 prop_tablesaw_01 3968360797 prop_conc_blocks01a Concrete Blocks 2343741282 hei_prop_hst_laptop Heist Laptop 3618439924 GTA V PROP LIST - GitHub Gist
For FiveM developers and server owners, accessing a verified prop list with visual previews is essential for map building and item configuration. While there is no single "official" Rockstar-hosted image gallery, the community maintains several highly reliable, real-time updated databases that serve as the industry standard. Top Verified FiveM Prop Databases (With Pictures)
The following platforms provide extensive libraries of GTA V/FiveM objects, including names, hash values, and visual previews. fivem prop list with pictures verified
Pleb Masters: Forge: Widely considered the most comprehensive and user-friendly "Data Browser" for FiveM. It allows you to search through over 16,000 objects by category, size, or DLC.
Features: Categorized browsing (e.g., Construction, Lights, Furniture) and direct visual previews for each item.
GTAHash.ru: A long-standing technical database that provides a "Hash list" of all objects, cars, skins, and weapons with accompanying images.
Features: Best for looking up specific uInt32 hashes alongside the object names like prop_fnclink_02gate7.
BIT - FiveM Items Gallery: This gallery focuses specifically on inventory icon images rather than world-spawn props, which is vital for UI/inventory development.
Features: Contains over 12,750 images including drugs, food, tools, and weapons for popular frameworks like QBCore and ESX. Standard Object Categories
When searching these databases, you will find props categorized to help streamline server development: Forge - GTA V Objects List | Data Browser - Pleb Masters Finding the right objects for your FiveM server
Since I cannot upload actual image files directly into this chat, I have compiled a Verified Visual Prop List using the exact model names and descriptions that allow you to instantly verify them in-game or via the FiveM native reference documentation.
Here is a curated list of the most used, high-quality props for roleplay servers (QB-Core, ESX, Standalone) categorized by type.
Last Updated: May 2026
If you are a FiveM server developer, scriptwriter, or map designer, you know the struggle. You need a specific chair, a street cone, or a destroyed vehicle prop. You know the name is something like prop_conc_01, but you aren't sure. You search for a "fivem prop list with pictures verified," only to find broken links, missing images, or outdated GTA V asset lists.
This problem is frustrating. Without visual verification, modding is like painting blindfolded.
In this article, we will solve that problem. We will cover why a standard text list fails, where to find the official verified prop libraries, how to generate your own picture-perfect list, and the best third-party tools that offer image support.
For housing systems and server mapping.
| Preview Description | Model Name (spawnModel) |
| :--- | :--- |
| Modern TV | prop_tv_03 |
| Flower Bouquet | prop_flower_bouquet_01 |
| Office Chair | prop_off_chair_03 |
| Table Lamp | prop_table_lamp_01 |
| Bowling Ball | prop_bowling_ball |
Some verified props have hidden variants. For example:
prop_barrel_01a (Clean blue)prop_barrel_01b (Rusted green)prop_barrel_01c (Damaged yellow)Always check 01a, 01b, 01c – they are usually all verified.
First, let’s define what "verified" means in the context of FiveM/CFX.re.
Invalid model errors.A simple spreadsheet of 15,000 names is useless. Humans think visually. When you are building a police station interior, you don't search for prop_off_chair_04; you search for "black office chair." Pictures bridge that gap.
Essential for cafes, restaurants, and inventory usage.
| Preview Description | Model Name (spawnModel) | Common Use |
| :--- | :--- | :--- |
| Coffee Cup (Paper) | prop_cs_paper_cup | Coffee shops, caffeine boost |
| Coffee Mug (Ceramic) | v_res_tt_mug01 | Diner sit-down meals |
| Beer Bottle | prop_cs_beer_bot_01 | Bars, clubs |
| Wine Glass | prop_wine_glass | High-end dining |
| Pizza Box | prop_pizza_box_01 | Delivery jobs |
| Donut | prop_donut_01 | Police snacks, bakeries |
| Burger | prop_cs_burger_01 | Fast food |
| Soda Can (eCola) | prop_ecola_can | Vending machines |
| Water Bottle | prop_ld_flow_bottle | Inventory water |
| Fancy Dinner Plate | prop_rest_chowmein | Chinese food delivery | The Ultimate Guide: Finding a Verified FiveM Prop
Visual Check: The
prop_cs_paper_cupis the standard white coffee cup seen in GTA Online cutscenes.
Having the list is one thing. Using it well is another. Here are developer-level tips: