错误“错误的参数#1到'setupvalue'(预期的功能或编号)“

时间:2019-06-09 10:22:04

标签: lua roblox

我不知道我做错了什么。救救我。

我想为《监狱生活》制作这个脚本,但是它给出了错误:

  

错误“针对'setupvalue'的错误参数#1(预期的功能或编号)”

function scan()
  for j,k in pairs(getgc())do
    if type(k)=='function'then
      if debug.getupvalues(k).CurrentAmmo and not e then
        e=k 
      end
    end
  end
end

scan()

debug.setupvalue(e,"CurrentAmmo",9999)

0 个答案:

没有答案