- 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; }