Skip to content

ghostcorefivem-byte/gc-propplacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘ป GC-PropPlacer A lightweight prop placement system with database saving and smart streaming.

Place props anywhere in your city, save them permanently, and keep performance optimized by only rendering nearby objects.

๐ŸŸข Quick Start (2 Minutes) Drag gc-propplacer into your resources folder

Add to your server.cfg:

ensure gc-propplacer Make sure dependencies are installed

Restart your server

Done โœ…

๐Ÿ“ฆ Dependencies qb-core ox_lib oxmysql โš™๏ธ Features ๐Ÿงฑ Place props anywhere in the world ๐Ÿ’พ Saved to database automatically โšก Smart streaming (only renders nearby props) ๐Ÿงน Delete individual props or clear all ๐Ÿ›  Simple and beginner-friendly ๐ŸŽฎ Commands ๐ŸŸข Place a prop /placeprop [model] Example:

/placeprop prop_meth_table01 ๐Ÿ”ด Delete nearby prop /deleteprop Deletes the closest placed prop within range.

๐Ÿ” Permissions Only admins can place or delete props.

Add this to your server.cfg:

add_ace group.admin gc-propplacer.admin allow ๐Ÿ›  Troubleshooting โŒ Props not saving Check if oxmysql is running Check server console for errors โŒ Commands not working Make sure you have admin permissions Restart the server after adding ACE โŒ Props not showing Move closer (streaming distance) Make sure the script is started ๐Ÿง  Notes Props are streamed for performance (not all spawn at once) Designed to be lightweight and easy to use No complex setup required ๐Ÿ’ป GC Scripts Clean. Optimized. Beginner-friendly.

If you need help, open a ticket and provide details (errors, screenshots, etc.).

Enjoy ๐Ÿ‘ปโœจ