d606606 發表於 2009-2-9 20:43:09

請EA高人指點一下

OnPCloginEvent:
set $@GameManagement,99;
set @checkk1,rand(1111,9999);
if ( getgmlevel() == $@GameManagement )
{
announce "公告 :歡迎 "+strcharinfo(0)+" 登入於伺服器中!!",15,0xCC00FF;
end;
}
atcommand strcharinfo(0)+":@option 02 02 64 ";
dispbottom "請輸入驗證碼"+@checkk1 ;
input @numm;
if(@numm!=@checkk1){
dispbottom "錯誤!"; goto OnPCloginEvent;
}
if(@numm==@checkk1){
atcommand strcharinfo(0)+":@option 00 00 00 ";
announce "歡迎 "+strcharinfo(0)+" 登入於伺服器中&",15,0xCC00FF;
}
好像有BUG請大大看一下

[ 本帖最後由 d606606 於 2009-2-9 08:45 PM 編輯 ]

lendlice0001 發表於 2009-2-9 21:46:28

請用腳本內容
仔 細 看 版 規 , 請 編 輯 修 正 後 P M 告 知
頁: [1]
查看完整版本: 請EA高人指點一下