|
而且我的id还被注册了,很多老僵尸估计没法用自己id密码了
自己改了1.20-1.23版本你懂得版本计算密码 口令-lvl
就是加个函数,看了半天才看懂蛋疼的处理过的变量
function YOUKNOW takes nothing returns nothing
local integer id=(1+GetPlayerId(GetTriggerPlayer()))
local integer j=1
call StoreInteger(CO,I2S(id),"12",7)
call StoreInteger(CO,I2S(id),"11",0)
set j=1
loop
exitwhen j>13
if j==11 then
set j=13
endif
call StoreInteger(CO,I2S(EV[id]),I2S(j),7)
set j=j+1
endloop
set D[EV[id]]=160000
set DO[EV[id]]=160000
endfunction
[ 本帖最后由 漆黑之牙 于 2017-4-4 22:41 编辑 ] |
|