fixing or breaking again cad ers remove fivepd
This commit is contained in:
@@ -32,7 +32,7 @@ Config.livemap = true
|
||||
Config.cadkickonleave = true
|
||||
|
||||
--simply requires them to do /verify to ensure there discord ID matches a verified account within ImperialCAD
|
||||
Config.requireVerify = false -- NOT FINISHED
|
||||
Config.requireVerify = true -- NOT FINISHED
|
||||
|
||||
-- This will determine how often ImperialLocation will update each users current postal, city, and county for ImperialCAD API calls. (Only change this if you are experincing performance issues.)
|
||||
Config.locationFrequency = 2000
|
||||
|
||||
@@ -92,7 +92,7 @@ if not pedRegistered then
|
||||
local CLicenseStatus = licenseMap[CDLStatus] or "NONE"
|
||||
|
||||
NewCharacterAdvanced({
|
||||
commId = GetConvar("imperial_community_id", ""),
|
||||
commId = GetConvar("1773531748916x173639514765624670", ""),
|
||||
Fname = pdata.FirstName,
|
||||
Mname = "", -- ERS doesn't provide middle name
|
||||
Lname = pdata.LastName,
|
||||
|
||||
@@ -122,4 +122,8 @@ end)
|
||||
|
||||
-- exports['night_ers']:ERS_ConnectClosestVehicle()
|
||||
|
||||
exports['night_ers']:SetERSVehicleInfoDisplay(true) -- Sets the display for vehicle information on traffic stops to true or false.
|
||||
exports['night_ers']:SetERSIDCardInfoDisplay(true) -- Sets the display for ID cards to true or false.
|
||||
|
||||
|
||||
-- end, false)
|
||||
@@ -37,4 +37,6 @@ end)
|
||||
-- exports['night_ers']:toggleShift(source, shiftType)
|
||||
-- exports['night_ers']:trackPlayerCallout(source, targetSource)
|
||||
-- exports['night_ers']:setPlayerCalloutOffersEnabled(source, enabled)
|
||||
-- exports['night_ers']:createCallout(callout)
|
||||
-- exports['night_ers']:crexports['night_ers']:SetERSVehicleInfoDisplay(false) -- Sets the display for vehicle information on traffic stops to true or false.
|
||||
exports['night_ers']:SetERSVehicleInfoDisplay(true) -- Sets the display for vehicle information on traffic stops to true or false.
|
||||
exports['night_ers']:SetERSIDCardInfoDisplay(true) -- Sets the display for ID cards to true or false.
|
||||
|
||||
+5
-2
@@ -79,10 +79,13 @@ ensure PvP
|
||||
ensure Disable-Dispatch
|
||||
ensure Commands
|
||||
ensure Announcer
|
||||
ensure fivepd
|
||||
ensure VK_Main
|
||||
ensure VK_Interiors
|
||||
ensure Jailer
|
||||
|
||||
setr imperial_community_id "1773531748916x173639514765624670"
|
||||
set imperialAPI "945UI8YJRMTI3E3U3FNN867EZK1ROI"
|
||||
|
||||
ensure ImperialCAD-main
|
||||
ensure fivepd
|
||||
ensure fivepd-compatlayer
|
||||
@@ -234,7 +237,7 @@ ensure jraxion_handlingeditor
|
||||
ensure Better-Torch
|
||||
ensure K9_ped
|
||||
ensure savewheelpos
|
||||
ensure ctrunk
|
||||
////ensure ctrunk
|
||||
ensure MAXINGspeedlimiter
|
||||
ensure LRX_HOLLYWOOD
|
||||
ensure rhud
|
||||
|
||||
Reference in New Issue
Block a user