Advertisement
Guest User

Untitled

a guest
Sep 28th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - script Sample -1,{
  2. OnPCLoginEvent:
  3. if (getgmlevel() < 90) {
  4. for (.@i = bStr; .@i <= bLuk; .@i++)
  5. if(readparam(.@i) >= 99)
  6. .@over_stat++;
  7. if( .@over_stat > 2 || StatusPoint > 1325) {
  8. dispbottom "You're detected with potential to have more than 2 over stats";
  9. atcommand "@block "+strcharinfo(0);
  10. }
  11. }
  12. }
  13. end;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement