viewing paste Unknown #56064 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
-   script  LoginStatCheck  -1,{
end;
 
OnPCLoginEvent:
if(playerattached()==0) { end; }
if(getgmlevel()<100) {
    for(set .@i,13; .@i<=18; set .@i,.@i+1 )
        if(readparam(.@i)>99) {
            set .@MaxStat,.@MaxStat+1;
        }
        if(.@MaxStat>=3) {
            dispbottom "Your stats are not possible... Cheaters will be reset.";                    
            atcommand "@streset";
            //atcommand "@request "+strcharinfo(0)+" was reset for cheating their stats!";
            end;
        }
}
end;
}
Viewed 507 times, submitted by Guest.