About This File
Throw Bag - Resource
This premium resource is a great addition to any roleplay server, adding a realistic decontamination tent and shower system to high risk scenes often involving chemicals. This enhances realism and allows you to take roleplay to the next level. Your hazmat team will have the next level technology with this resource.
The resource allows you to easily setup a decontamination sent and then toggle the showers on/off with the click of a button. The resource is fully synced meaning all players can see and use the showers.
This resource includes a custom prop created by one of our 3D Modellers. We'd like to thank H.Ash for working with us on this release.
Usage:
/throwbag - This gives you the throwbag addon weapon and you can deploy it by aiming at a person and then throwing it. You will be notified if no player was hit and you must run the command again to try again.
Once a player is hit with the throwbag, a rope is created and attached between you and the player. The rope will then wind in and bring the player closer to you.
Once the player is no longer swimming, they'll be placed in a sitting/lying down animation to replicate them being moved out of the water. This results in increased realism on scene.
Full Features:
Enhanced Realism - These are used in real life by police, fire and ambulance as an easy piece of equipment to rescue someone in water. The bag can be easily deployed through a command and thrown, potentially saving a life. This ultimately sets you apart from other services, giving you a new aspect of realism.
Easily activate - Simply run /throwbag and aim at your target player to deploy.
25m Distance - The rope will likely work for a longer distance but we can confirm this works well in most rivers and lakes around the map and will bring great realism to your roleplay situations.
Fully Synced - Our resource works on both OneSync, OneSync Infinity and Non-OneSync.
Custom Models - Our 3D Modelling team created this exclusively for sale with this resource.
Permission Checks - You can easily add permission checks or integrate this into a framework such as vRP or ESX.
Configuration:
You can easily open the config_throwbag.lua and configure the script to your liking.
The first section is called main, allowing you to set the following:
main = {
weapon = `weapon_throwline`,
commandName = "throwbag",
acePermissionsEnabled = false,
ropeModel = `prop_cs_20m_rope`,
pullInSpeed = 100, -- Every 100 ms it pulls in
animDict = "rcmlastone2leadinout",
animName = "sas_idle_sit",
enableAnimation = true, -- Enables the animation after the player is no longer swimming
animDict2 = "[email protected]_head_base",
animName2 = "hold_head_loop_base_brad"
}
Secondly, the translations section allows you to convert the resource to another language.
Framework Integration:
- Permission checks - You can easily add server-sided permission checks in sv_throwbag.lua. You can easily add ace permissions in the configuration file.