RedM Script - Happy Hang - RedEM:RP & VORP & QBR/QR & RSG Script
Happy Hang is an exciting script that lets you hang criminals with realistic animations. In addition to a sync rope and possible double valentine hangings, this script offers a multitude of customizable features to create a unique experience for your players.
Features
- Hanging Valentine, Strawberry, Annesburg, Blackwater, Rhodes, Saint-Denis.
- Double Hanging in valentine.
- Chance to die instantly.
- Job-Specific Access.
- Map Blips.
- Trapdoor, Lever Animation.
- Sound and screen effect.
- Discord Log
Dependencies
Objectloader
Config :
-------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------Config-------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------
--[[(FR) Vous pouvez paramétrer ici le script en focntion de vos besoins.]]
--[[(EN) Here you can configure the script according to your needs.]]
--<<----------------------------------------------------------------------------------------------------------------------------------------------------->>--
-- (FR) Ne pas modifier
-- (EN) Don't modified
Config = {}
--<<---------------------------------------------------------------------JOBS---------------------------------------------------------------------------->>--
-- (FR) Si vous souhaitez que la potence soit réservé à certains jobs spécifiques Config.jobs = {"job1", "job2"} ou non Config.jobs = false
-- (EN) If you want the gallow to be reserved for certain specific jobs Config.jobs = {"job1", "job2"} or not Config.jobs = false
Config.Hangjobs = {"job1"} -- false
--<<--------------------------------------------------------------------MARKERS-------------------------------------------------------------------------->>--
-- (FR) Activer ou non l'aparition de markers rouge sur les lieux d'actions
-- (EN) Activate or not the appearance of red markers on the places of actions
Config.HangMarker = true -- false
--<<--------------------------------------------------------------------BLIPS MAP------------------------------------------------------------------------>>--
-- (FR) Configurer si vous souhaitez voir sur le map le blips, son nom, son sprite et sa couleur
-- (EN) Configure if you want to see on the map the blips, its name, its sprite and its color
Config.HangBlip = true -- false
Config.Hangname = "Potence"
Config.Hangsprite = "blip_mission_bounty" -- https://github.com/abdulkadiraktas/rdr3_discoveries/blob/master/useful_info_from_rpfs/textures/blips/README.md
Config.Hangcolor = "BLIP_MODIFIER_MP_COLOR_4" -- https://github.com/abdulkadiraktas/rdr3_discoveries/blob/master/useful_info_from_rpfs/blip_modifiers/README.md
--<<-------------------------------------------------------------------DISCORD--------------------------------------------------------------------------->>--
-- (FR) WebHook Discord allez voir DiscordLog.lua pour personnalisez le webhook
-- (EN) Discord WebHook go to DiscordLog.lua to customize your webhook
Config.HangHook = "" -- (FR) Laissez vide si vous ne voulez pas de webhooks | (EN) Leave empty if you don't want webhooks
--<<-------------------------------------------------------------------DISCORD--------------------------------------------------------------------------->>--
-- (FR) Chance de mourrir sur le coup si 1 alors mort sur le coup
-- (EN) Chance of dying instantly if 1 then dead instantly
Config.HangMin = 1
Config.HangMax = 6
--<<---------------------------------------------------------------------PROMPTS------------------------------------------------------------------------->>--
-- (FR) Configurez ici les labels des prompts, leurs textes, et leurs touches associées
-- (EN) Configure here the labels of the prompts, their texts, and their associated keys
-- (FR) Label | (EN) Label --
Config.HangText1 = "Potence" -- (FR) Potence | (EN) Gallow
Config.HangText2 = "Levier" -- (FR) Levier | (EN) Lever
-- (FR) Texte | (EN) Text --
Config.HangLabel1 = "Se débattre" -- (FR) Texte pour ce débattre | (EN) Text for this debate
Config.HangLabel2 = "Mettre la corde au cou" -- (FR) Texte pour mettre la corde | (EN) Text to put the rope
Config.HangLabel3 = "Détacher" -- (FR) Texte pour retirer la corde | (EN) Text to remove the rope
Config.HangLabel4 = "Pousser avec le pied" -- (FR) Texte pour poussez le levier avec le pied | (EN) Text for pushing the lever with your foot
Config.HangLabel5 = "Pousser avec la main" -- (FR) Texte pour poussez le levier avec la main | (EN) Text for pushing the lever with your hand
Config.HangLabel6 = "ArrĂȘter" -- (FR) Texte pour arrĂȘter un action | (EN) Text to stop an action
Config.HangLabel7 = "Utiliser" -- (FR) Texte pour uiliser le levier | (EN) Text to use the lever
-- (FR) Touches | (EN) Keys --
-- https://github.com/abdulkadiraktas/rdr3_discoveries/tree/master/Controls
Config.HangKey1 = 0x27D1C284 -- [R]
Config.HangKey2 = 0x156F7119 -- [ESCAPE OR BACKSPACE]
Config.HangKey3 = 0xA1ABB953 -- [G]
--<<------------------------------------------------------------------NOTIFICATIONS---------------------------------------------------------------------->>--
-- (FR) Configurez ici le texte et textures de vos notifications
-- (EN) Configure the text and textures of your notifications here
-- (FR) Titre | (EN) Title --
Config.Titre = {
Hang = "Potence", -- (FR) Titre de la notification | (EN) Title of the notification
}
-- (FR) Texte | (EN) Text --
Config.Texts = {
Hang1 = "~h~~e~Il n'y a pas de joueur à proximité !", -- (FR) Pas le de joueur a proximité pour l'action | (EN) No player for the action
Hang2 = "~h~~e~Vous n'avez pas le job requis !", -- (FR) Pas le job requis pour l'action | (EN) Not the job required for the action
Hang3 = "~h~~e~Vous devez décrocher le cadavre avant de fermer la trappe !", -- (FR) Les corps n'ont pas été décrocher | (EN) Bodies have not been unhook
Hang4 = "~h~~e~La personne doit ĂȘtre debout !", -- (FR) Le joueur doit ĂȘtre debout et conscient pout l'action | (EN) The player must be upright and conscious for the action
}
-- (FR) Textures | (EN) Textures --
-- https://github.com/abdulkadiraktas/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures
Config.Textures = {
Hang1 = {"menu_textures", "cross"}, -- (FR) Toutes les notifications | (EN) All notifications
}
-- (FR) Temps | (EN) Time --
Config.Temps = {
Hang = 4000, -- (FR) Temps d'affichage de la notification | (EN) Time of the notification
}
-------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Tebex Purchase
Lock https://redm-script-fr.tebex.io/package/5965203
Open https://redm-script-fr.tebex.io/package/5965202
Video
| Code is accessible | Lock & Open Source available |
| Subscription-based | No |
| Lines (approximately) | ~5000 |
| Requirements | Objectloader |
| Support | Yes |
