| Prop Name | In-Game Code | Visual Description | | :--- | :--- | :--- | | | prop_food_bs_bag2 | New Texture: A crumpled paper bag with the Burger Shot logo. Perfect for delivery missions. | | Sushi Roll Set | prop_sushi_roll_01 | A realistic bamboo mat with seaweed rolls. High-res texture. | | Boxed Pizza Slice | prop_pizza_box_03 | Not the old flat box; this is a wedge of pizza in a branded cardboard holder. | | Coffee To-Go Cup | prop_ecola_cup | The modern "eco" brown cup with a black lid. Essential for PD/FD roleplay. | | Protein Powder Jar | prop_protien_powder | New: A specific gym supplement container (spelling error kept for compatibility). |
| Category | Example Prop Names | Use Case | |----------|-------------------|-----------| | | w_pi_pistol , w_me_bat | Weapon drops, armory | | Food/Drink | prop_food_bs_wing , prop_ecola_can | Restaurants, inventory | | Tools | prop_tool_hammer , prop_wrench_05 | Mechanic jobs | | Drugs | prop_weed_01 , prop_coke_block_01 | Drug systems | | Furniture | prop_table_05 , prop_chair_04 | Housing/interiors | | Vehicles Parts | prop_carjack , prop_tyre_01 | Mechanic scripts | fivem prop list with pictures new
-- Example function to spawn prop function SpawnProp(propName) local prop = CreateObject(GetHashKey(propName), 0.0, 0.0, 0.0, true, true, true) -- Set prop position, rotation, etc. end | Prop Name | In-Game Code | Visual
Using props on your FiveM server is easy! Here's a step-by-step guide: High-res texture
: Modern prop tools now feature a 3D Gizmo interface that lets you see a prop in-game before placing it, with real-time controls for rotation, positioning, and snapping to the ground.
| Prop Name | Description | Visual Hint | | :--- | :--- | :--- | | prop_barrier_conc_01 | Concrete Construction Barrier | Tall, grey, swirly pattern | | prop_barrier_work05 | A-Frame "Men at Work" sign | Yellow/Orange plastic | | prop_const_fence_02 | Chain link fence | Temporary construction fence | | prop_crategascyl_01a | Gas Cylinder | Blue industrial tank | | prop_airconunit_03 | Wall AC Unit | Box unit for exteriors | | prop_container_01a | Shipping Container | Red/Blue large container |