Home » Gaming » QBCore - Ps-MDT | Install & Showcase | FiveM Tutorial 2023

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

Written By Kamaryn on Friday, May 26, 2023 | 06:30 PM

 
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 - https://www.youtube.com/watch?v=0czCm8l56GI&t=21s WolfKnight Radar - https://github.com/WolfKnight98/wk_wars2x Discord - https://discord.gg/F7cuThhSpT 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 }, {