Jump to content
  • 0

Script error


EggyWee

Question

4 answers to this question

Recommended Posts

  • Moderators
Posted
5 hours ago, EggyWee said:

hello, can you help me, i'm still very newbie.

Screenshot_2022-11-03-14-03-28-489_com.sameer.arora.virtual.jpg

Screenshot_2022-11-03-14-06-08-255_com.rhmsoft.edit.pro.jpg

You are using a wrong function, try change this:

gg.setValues(so+py,4.0)

 

Posted
5 hours ago, EggyWee said:

hello, can you help me, i'm still very newbie.

Screenshot_2022-11-03-14-03-28-489_com.sameer.arora.virtual.jpg

Screenshot_2022-11-03-14-06-08-255_com.rhmsoft.edit.pro.jpg

add this to the script

local function setvalue(address,flags,value) 
local tt={} 
tt[1]={}
tt[1].address=address
tt[1].flags=flags
tt[1].value=value
gg.setValues(tt) 
end 

 

Posted
20 minutes ago, MonkeySAN said:

add this to the script

local function setvalue(address,flags,value) 
local tt={} 
tt[1]={}
tt[1].address=address
tt[1].flags=flags
tt[1].value=value
gg.setValues(tt) 
end 

 

This should fix the problem, boss.

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.