|

提醒:若下载的软件是收费的"请不要付款",可能是骗子,请立即联系本站举报,执意要付款被骗后本站概不负责。(任何交易请走第三方中介,请勿直接付款交易以免被骗!切记).
118海币
各位大佬好,萌新想请教一下,我在CE里面如何才能自动重复运行LUA脚本?
我发现CE加载后就只运行一次脚本就停下了,
我想写的是监视数量的脚本,需要不断重复运行,
我单纯地用WHILE循环,会卡死,中间加了SLEEP函数也还是没有帮助。
就是想同时监视17个数值,数值一旦变成0就要马上改成1500
不知道要怎么处理才能不会卡死,用GOTO做跳转都是无济于事。
这是代码:
if(memoryrecord_getValue(bot1address) == "0")then
memoryrecord_setValue(bot1address,1500)
else
end
if(memoryrecord_getValue(bot2address) == "0")then
memoryrecord_setValue(bot2address,1500)
else
end
if(memoryrecord_getValue(bot3address) == "0")then
memoryrecord_setValue(bot3address,1500)
else
end
if(memoryrecord_getValue(bot4address) == "0")then
memoryrecord_setValue(bot4address,1500)
else
end
if(memoryrecord_getValue(bot5address) == "0")then
memoryrecord_setValue(bot5address,1500)
else
end
if(memoryrecord_getValue(bot6address) == "0")then
memoryrecord_setValue(bot6address,1500)
else
end
if(memoryrecord_getValue(bot7address) == "0")then
memoryrecord_setValue(bot7address,1500)
else
end
if(memoryrecord_getValue(bot8address) == "0")then
memoryrecord_setValue(bot8address,1500)
else
end
if(memoryrecord_getValue(bot9address) == "0")then
memoryrecord_setValue(bot9address,1500)
else
end
if(memoryrecord_getValue(bot10address) == "0")then
memoryrecord_setValue(bot10address,1500)
else
end
if(memoryrecord_getValue(bot11address) == "0")then
memoryrecord_setValue(bot11address,1500)
else
end
if(memoryrecord_getValue(bot12address) == "0")then
memoryrecord_setValue(bot12address,1500)
else
end
if(memoryrecord_getValue(bot13address) == "0")then
memoryrecord_setValue(bot13address,1500)
else
end
if(memoryrecord_getValue(bot14address) == "0")then
memoryrecord_setValue(bot14address,1500)
else
end
if(memoryrecord_getValue(bot14address) == "0")then
memoryrecord_setValue(bot14address,1500)
else
end
if(memoryrecord_getValue(bot15address) == "0")then
memoryrecord_setValue(bot15address,1500)
else
end
if(memoryrecord_getValue(bot16address) == "0")then
memoryrecord_setValue(bot16address,1500)
else
end
if(memoryrecord_getValue(bot17address) == "0")then
memoryrecord_setValue(bot17address,1500)
else
end
联系我时,请说是在 挂海论坛 上看到的,谢谢! |
上一篇: 找一个飞车 师傅 骗子绕道下一篇: 70提示您的客户端不是最新版
免责声明:
1、本主题所有言论和图片纯属会员个人意见,与本论坛立场无关。一切关于该内容及资源商业行为与www.52ghai.com无关。
2、本站提供的一切资源内容信息仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。
3、本站信息来自第三方用户,非本站自制,版权归原作者享有,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑或手机中彻底删除上述内容。
4、如果您喜欢该程序,请支持正版,购买注册,得到更好的正版服务。如有侵犯你版权的,请邮件与我们联系删除(邮箱:xhzlw@foxmail.com),本站将立即改正。
|