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 attempt to index a nil value (upvalue 'dealerCombo')

vhming

Member
Joined
Apr 12, 2023
Messages
1
Reaction score
0
Points
146
Location
vn
I got this error and I don't know how to fix it. Can you help me?


MainThrd/ ^1SCRIPT ERROR: @et-drugs/client/deliveries.lua:323: attempt to index a nil value (upvalue 'dealerCombo')^7
MainThrd/ ^3> InitZones^7 (^5@et-drugs/client/deliveries.lua^7:323)
MainThrd/ ^3> ref^7 (^5@et-drugs/client/deliveries.lua^7:19)
 

Attachments

  • image_2023-04-30_201523492.png
    image_2023-04-30_201523492.png
    47 KB · Views: 3,772
  • image_2023-04-30_201805783.png
    image_2023-04-30_201805783.png
    66.4 KB · Views: 113

xXNozZXx

Gold Elite
Joined
Aug 30, 2021
Messages
113
Reaction score
1,163
Points
316
Location
Athens
Website
discord.gg
your dealerCombo is wrong the nil value error mean is not defined anywhere in your script and doesnt have a value so it returns you to nil !
please double check the dealerCombo in your clientside script

also try to put it under from dealerCombo : onPlayerInOut function
1683081521760.png
 
Top