Jump to content
  • 0

Attempt to perform a arithmetic __add on a nil value


YeetMeister

Question

Uhm, i dont know how to describe it, but heres the script

@ function offset()

 

@CmP --sorry for tag 😞

 

and sorry, i already fixed it

Error:

r[1] = {
    address = v.address + tonumber(off),
    flags = t,
  }

Solution:

r[1] = {
    address = v[1].address + tonumber(off),
    flags = t,
  }

Function Offset.lua

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.