20.03.2016, 12:15
(
Последний раз редактировалось rootcause; 05.07.2016 в 16:57.
Причина: video re-added
)
Information
You can collect trash from containers(bins and dumpsters), load them into a Trashmaster then sell them to a recycling factory.
Dumpsters have 2 trash bags while bins only have 1 and they refill every 300 seconds. (you can modify it using REFILL_TIME define)
You can load up to 10 trash bags in one Trashmaster. (also modifiable using TRASH_LIMIT define)
Commands
/pickup - Takes a trash bag from the nearest trash container.
You can press N to destroy the trash bag you're carrying.
Notes
- This script doesn't create any Trashmasters(Model ID: 408) so you have to create them.
- TrashData array contains information about trash containers (their type and position), you can add new ones/modify existing ones from there. Most of the default ones should be there though since I took their position from IPL files.
- FactoryData array contains information about recycling factories (their name and position), you can add new ones/modify existing ones from there.
Credits
Emmet_ for Extended vehicle functions (although he removed the pastebin in the thread, you can get it from here)
[HLF]Southclaw for Progress Bars v2
Incognito for Streamer Plugin
Yashas for Improved ZCMD
Downloads
You can collect trash from containers(bins and dumpsters), load them into a Trashmaster then sell them to a recycling factory.
Dumpsters have 2 trash bags while bins only have 1 and they refill every 300 seconds. (you can modify it using REFILL_TIME define)
You can load up to 10 trash bags in one Trashmaster. (also modifiable using TRASH_LIMIT define)
Commands
/pickup - Takes a trash bag from the nearest trash container.
You can press N to destroy the trash bag you're carrying.
Notes
- This script doesn't create any Trashmasters(Model ID: 408) so you have to create them.
- TrashData array contains information about trash containers (their type and position), you can add new ones/modify existing ones from there. Most of the default ones should be there though since I took their position from IPL files.
- FactoryData array contains information about recycling factories (their name and position), you can add new ones/modify existing ones from there.
Credits
Emmet_ for Extended vehicle functions (although he removed the pastebin in the thread, you can get it from here)
[HLF]Southclaw for Progress Bars v2
Incognito for Streamer Plugin
Yashas for Improved ZCMD
Downloads