Ajouter au panier
Promo !

Rytrak – Grab

Le prix initial était : $16.99.Le prix actuel est : $11.99.

-29%

Faites glisser facilement vos joueurs sur la carte avec cette nouvelle ressource ! Avec cette configuration complète ce script s'adaptera aux besoins de votre serveur !

Fonctionnalités

  • Entièrement personnalisable, avec cette configuration complète ce script s'adaptera aux besoins de votre serveur !
  • Compatible avec votre système de menottage, cette ressource est compatible avec votre système de menottage !
  • Animation qui tient par le bras, animation modifiable depuis la configuration.
  • Collision, le script inclut un système de collision avec le dresseur afin de le plaquer contre le mur facilement !
  • Mettre une personne à l'intérieur d'un véhicule, vous pouvez facilement mettre la personne à l'intérieur d'un véhicule avec un bouton personnalisable depuis la configuration.
  • Système d'autorisation, ce script est compatible ESX et autonome.
  • Langue, cette ressource est disponible en Français et Anglais, vous pouvez toujours ajouter votre propre langue pour votre serveur dans la configuration !
Ajouter au panier
Grappin Rytrak
Rytrak - Grab
$16.99 Le prix initial était : $16.99.$11.99Le prix actuel est : $11.99.

Détails du produit

Fichiers inclus
1 fichier téléchargeable

Détails de l’achat

Format de téléchargement
ZIP

Vidéo

Fichier de configuration:

Config = {
    Language = 'en', -- Language library used for the script, see the last lines to modify the text of the language. (Config.Languages)

    CommandEnabled = true, -- Activate or not the system to take it via the command.
    GrabCommand = 'grab', -- Command to take the person by the arm (modifiable from cl_utils.lua)
    PutCarCommand = 'putcar', -- Command to put the person into the vehicle. (modifiable from cl_utils.lua)
    ExitCarCommand = 'exitcar', -- Command to get the player out of a vehicle. (modifiable from cl_utils.lua)

    ESX = { -- ESX compatibility (you can modify this function on cl_utils.lua)
        enabled = false, -- Activate or not the ESX system
        jobs = { -- Job for which the grab ped can be used
            'police',
            'fbi',
        },
        exceptionJobs = false -- Do not take people with the above jobs (Config.ESX.jobs)
    },
        
    QB = { -- QB compatibility (you can modify this function on cl_utils.lua)
        enabled = false, -- Activate or not the QB system
        jobs = { -- Job for which the grab ped can be used
            'police',
            'fbi',
        }
    },

    DropPlayer = true, -- Drop player via a key (GrabAndDropKey) when CommandEnabled = true

    DisableSprint = true, -- Disable the sprint (recommended: leave it true)

    CollisionRange = 0.5, -- Collision distance (0.0 to disable the dragged player's collision)

    AttachPosition = vector3(0.20, 0.45, 0.0), -- Positioning of the player facing the police officer

    Animations = {
        policeAnimation = {
            enabled = true, -- Activate or not the animation of the policeman when he takes a person by the arm.
            animDict = 'amb@world_human_drinking@coffee@male@base',
            anim = 'base'
        },
        citizenAnimation = {
            enabled = false, -- Activate or not the animation of the citizen when he is taken by the arm.
            animDict = 'amb@world_human_drinking@coffee@male@base',
            anim = 'base'
        }
    }
}

-- https://docs.fivem.net/docs/game-references/controls/
Config.Keys = {
    GrabAndDropKey = 57, -- If CommandEnabled is equal to false you must put a key to take the person.
    GrabAndDropKeyString = '~INPUT_DROP_AMMO~', -- Name of the button.

    TaskEnterKey = 206, -- Button to put the person inside the vehicle
    TaskEnterKeyString = '~INPUT_FRONTEND_RB~' -- Name of the button to put the person inside the vehicle
}

-- Libraries of languages.
Config.Languages = {
    

['en'] = {
        ['taskenter'] = 'Put the person in the vehicle '..Config.Keys.TaskEnterKeyString,
        ['exitped'] = 'Taking the person out the vehicle '..Config.Keys.TaskEnterKeyString,
        ['releaseperson'] = 'Release the person press '..Config.Keys.GrabAndDropKeyString
    },
    ['fr'] = {
        ['taskenter'] = 'Faire monter la personne '..Config.Keys.TaskEnterKeyString,
        ['exitped'] = 'Faire descendre la personne '..Config.Keys.TaskEnterKeyString,
        ['releaseperson'] = 'Lacher la personne '..Config.Keys.GrabAndDropKeyString
    }
}

Avis

Il n’y a pas encore d’avis.

Seuls les clients connectés ayant acheté ce produit ont la possibilité de laisser un avis.