Fivem Prop List With Pictures New -

If you're building a menu or admin tool:

-- Example: Spawn prop and take screenshot via FiveM
local model = `prop_food_bs_wing`
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local propObj = CreateObject(model, GetEntityCoords(PlayerPedId()), false, false, false)
-- Then use Export('screenshot-basic'...

Or use GetTextureFromModel in JavaScript/HTML UI with NUI callbacks.


If you’re a server developer, roleplay enthusiast, or custom map creator, you know the struggle: scrolling through thousands of raw prop names like prop_skate_ramp_01 with no clue what they actually look like.

Good news: The latest FiveM updates have made prop hunting easier than ever. Below is a breakdown of where to find the newest prop lists complete with pictures—plus a sample of the most popular new additions. fivem prop list with pictures new

If you don't want to download software, this website is the best visual reference.

If you need a quick web reference:


Below is a sample of fresh props added or recently documented. (Imagine actual images here – use [prop_name] to search in your own tool.) If you're building a menu or admin tool:

| Prop Name | Category | Visual Description | |-----------|----------|--------------------| | prop_road_sign_yield_new | Traffic | Modern yield sign with reflective border | | prop_vend_soda_02_alt | Interiors | Red soda machine with animated LED display | | prop_car_seat_3_rag | Roleplay | Detached car seat (great for junkyards) | | prop_bbq_stand_03 | Outdoor | Large barrel-style smoker with smoke effect | | prop_cctv_dome_02 | Security | Sleek black dome camera with blinking red light | | prop_graffiti_04_bank | Street Art | New spray-painted mural (3 variants) |

📸 Tip: Copy any prop name above into your FiveM server using /spawnprop [name] while your prop_preview script is running to see the model immediately.

Used for housing systems and modern RP interiors. Or use GetTextureFromModel in JavaScript/HTML UI with NUI

| Prop Name | Description | Visual Hint | | :--- | :--- | :--- | | v_res_tre_diner | Modern wooden dining table | Low-poly, rectangular | | v_res_mwbd | Modern white bed frame | Double bed, sleek design | | v_res_mwdbedside | Matching white bedside table | Small, drawer-style | | prop_tv_flat_01 | Flat screen TV (Wall mountable) | Sleek, black bezel | | prop_tv_flat_michael | Large luxury living room TV | Ultra-thin, expensive look | | prop_rub_couch01 | Modern red fabric couch | L-shaped or 3-seater | | prop_rub_sofa01 | Modern red fabric sofa | 2-seater | | prop_couch_lowdetail_01 | Generic low couch | Good for sitting | | apa_prop_hoch_dresser_tall_01 | Tall modern dresser | Apartment style |

These are often missed because they are part of vehicle models, but they function as props.

| Prop Name (Spawn Code) | Visual Description | Use Case | | :--- | :--- | :--- | | prop_cs_road_billboard | Picture: Large roadside billboard (Blank) | Custom advertising (requires texture replacement). | | prop_fib_light_01 | Picture: Flashing blue/red LED lightbar | Setting up a stationary police command post. | | hei_prop_heist_trolly | Picture: Silver luggage cart | Airport MLOs, hotel lobbies. |