QBCore - Ps-MDT | Install & Showcase | FiveM Tutorial 2023

Описание к видео QBCore - Ps-MDT | Install & Showcase | FiveM Tutorial 2023

Today's video covers the install and showcase of ps-mdt, a resource created by Project Sloth. Some features require a radar resource created by WolfKnight98 which is down below. I hope you enjoy the video. I reuploaded this and corrected the error. Weapons will automatically register when bought from ammunation

LINKS:

Ps-Mdt Resource - https://github.com/Project-Sloth/ps-mdt
Ps-Dispatch Install Video -    • QBCore - PS- Dispatch | Install & Sho...  
WolfKnight Radar - https://github.com/WolfKnight98/wk_wa...
Discord -   / discord  

SNIPPETS:

WEAPON SELF REGISTER SNIPPET:

Go to your qb-target - init.lua and go to "Config.CircleZones" and paste this in.
["weapReg"] = {
name = "registerWeapon",
coords = vector3(440.61, -981.13, 30.69),
radius = 2.5,
debugPoly = false,
options = {
{
num = 1,
type = "client",
event = "ps-mdt:client:selfregister",
icon = 'fa-solid fa-check', -- This is the icon that will display next to this trigger option
label = 'Register your Weapon',
targeticon = 'fa-solid fa-gun',
}
},
distance = 2.5,
},

RADIAL MENU SNIPPET:

id = 'trafficstop',
title = 'Traffic Stop Alert',
icon = 'user-lock',
type = 'client',
event = 'ps-mdt:client:trafficStop',
shouldClose = true
}, {

Комментарии

Информация по комментариям в разработке