Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script NP/DRP/R* services MDW to esx.

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
NP/DRP/R* services MDW to esx.


Converted to esx legacy.

There are few minor issues with vehicle data not fully pulling in, but i could just be missing something small. i've been working on it constantly so a fresh set of eyes may see the issue fairly quick.

feel free to open pr on github.

if you want calls to work in the dashboard, you will need this modified version of shotspotter/outlaw-alerts



87KaSHA.png
 
Last edited:

Garyon

Member
Joined
May 29, 2021
Messages
4
Reaction score
0
Points
146
Hi, i have a error with sv_main line 13 [ attempt to index a nil value (field 'variables')
I've instaled the database and everything else that was needed
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
what version of esx are you running? this is for esx legacy. 1.3.
 

Garyon

Member
Joined
May 29, 2021
Messages
4
Reaction score
0
Points
146
oh, i use the 1.1, is there gonna be a version for that too?
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
oh, i use the 1.1, is there gonna be a version for that too?
well i dont use 1.1 so i wont be doing it myself, but someone will probably fork it. it shouldn't be too difficult to convert,

it will only be a few things that should really need to be changed

Look at whatever scripts you already use and see whats different about fetching the players names
 
Last edited:

Jefrok

Bronze Elite
Joined
Jul 19, 2021
Messages
15
Reaction score
2
Points
166
Hey bro can you convert np-phone 3.0 to esx legacy?
 

stoopidduck

Member
Joined
Oct 21, 2021
Messages
5
Reaction score
0
Points
146
Location
Spain
Yes, I went through it and found those minor issues you are talking about, it has to do with the vehicles_mtd table, since we use a different table for it, but I'll work on it and try to figure it out
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
Yes, I went through it and found those minor issues you are talking about, it has to do with the vehicles_mtd table, since we use a different table for it, but I'll work on it and try to figure it out
that vehicles_mdt table is to put data in about the car from the mdt. but it does fetch actual data from your owned_vehicles table too, it just joins the table in the queries.
 

stoopidduck

Member
Joined
Oct 21, 2021
Messages
5
Reaction score
0
Points
146
Location
Spain
that vehicles_mdt table is to put data in about the car from the mdt. but it does fetch actual data from your owned_vehicles table too, it just joins the table in the queries.
well somehow that is messing with the data, and if there is nothing in vehicles_mtd, it won't work, if you add one manually, it kinda makes it work
 

Wrecks

Gold Elite
Joined
Aug 19, 2021
Messages
151
Reaction score
110
Points
241
i almost convert this script for qbcore but have fucking problem with those vehicle tables ....
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
well somehow that is messing with the data, and if there is nothing in vehicles_mtd, it won't work, if you add one manually, it kinda makes it work
what your not getting any vehicles at all? i get all of mine, just doesn't save a few things like the code5 tag. feel free to dm me whatever message your getting, might be something simple
 

not_xan

Bronze Elite
Joined
Jun 23, 2021
Messages
12
Reaction score
3
Points
156
Location
aus
Will DMV be able to be working, as I can get a list of vehicles in the profile but cant search them is there a way to fix that?
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
Will DMV be able to be working, as I can get a list of vehicles in the profile but cant search them is there a way to fix that?
dmv should be working, you'll have to post whatever errors show up and i can maybe help.
 

darkloader

Gold Elite
Joined
Jul 19, 2021
Messages
112
Reaction score
214
Points
306
as for the phone, probably could be converted but definitely more work than the mdt. the phone relies alot on the np-jobmanager etc
 
Top