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

Question Np - Inventory or Caue Inventory Js Error Help

jampoo

Silver Elite
Joined
Oct 2, 2021
Messages
28
Reaction score
13
Points
166
Location
NP
[ citizen-server-impl] Stopping resource caue-inventory
[ c-scripting-core] Creating script environments for caue-inventory
[script:caue-inventor] Error loading script server/sv_clean.js in resource caue-inventory: SyntaxError: Identifier 'DroppedInventories' has already been declared
[script:caue-inventor] stack:
[script:caue-inventor] SyntaxError: Identifier 'DroppedInventories' has already been declared
[ c-scripting-core] Failed to load script server/sv_clean.js.
[script:caue-inventor] Error loading script server/sv_main.js in resource caue-inventory: SyntaxError: Identifier 'DataEntries' has already been declared
[script:caue-inventor] stack:
[script:caue-inventor] SyntaxError: Identifier 'DataEntries' has already been declared
[ c-scripting-core] Failed to load script server/sv_main.js.
[script:caue-inventor] Error loading script server/sv_shops.js in resource caue-inventory: SyntaxError: Identifier 'shopList' has already been declared
[script:caue-inventor] stack:
[script:caue-inventor] SyntaxError: Identifier 'shopList' has already been declared
[ c-scripting-core] Failed to load script server/sv_shops.js.
[ citizen-server-impl] Started resource caue-inventory
 

Attachments

  • Screenshot 2022-06-01 122105.png
    Screenshot 2022-06-01 122105.png
    48.3 KB · Views: 303

snitchers

Developer
Joined
Oct 12, 2021
Messages
72
Solutions
4
Reaction score
1,657
Points
306
Location
Netherlands
[ citizen-server-impl] Stopping resource caue-inventory
[ c-scripting-core] Creating script environments for caue-inventory
[script:caue-inventor] Error loading script server/sv_clean.js in resource caue-inventory: SyntaxError: Identifier 'DroppedInventories' has already been declared
[script:caue-inventor] stack:
[script:caue-inventor] SyntaxError: Identifier 'DroppedInventories' has already been declared
[ c-scripting-core] Failed to load script server/sv_clean.js.
[script:caue-inventor] Error loading script server/sv_main.js in resource caue-inventory: SyntaxError: Identifier 'DataEntries' has already been declared
[script:caue-inventor] stack:
[script:caue-inventor] SyntaxError: Identifier 'DataEntries' has already been declared
[ c-scripting-core] Failed to load script server/sv_main.js.
[script:caue-inventor] Error loading script server/sv_shops.js in resource caue-inventory: SyntaxError: Identifier 'shopList' has already been declared
[script:caue-inventor] stack:
[script:caue-inventor] SyntaxError: Identifier 'shopList' has already been declared
[ c-scripting-core] Failed to load script server/sv_shops.js.
[ citizen-server-impl] Started resource caue-inventory
There are functions that are declared across multiple files i think.
Look inside your scripts and search for : DroppedInventories , DataEntries and shopList functions / declarations.
 
Top