yuhsing

Untitled

Feb 16th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. prontera,155,181,5 script Sample 757,{
  3. mes "Peak : "+$peak_user;
  4. close;
  5.  
  6. OnPCLoginEvent:
  7. if( getusers(1) > $peak_user ){
  8. $peak_user = getusers(1);
  9. delwaitingroom;
  10. }
  11.  
  12. OnInit:
  13. waitingroom "Peak : "+$peak_user,0;
  14. end;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment