請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 編輯 ] 請用腳本內容
仔 細 看 版 規 , 請 編 輯 修 正 後 P M 告 知
頁:
[1]