Advertisement
incarnationro

Player Count

Aug 2nd, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. mymap,0,0,0 script Player-Count 871,{
  2.  
  3. mes "[Checker]";
  4. mes "Hi " + strcharinfo(0) + ", Do you want to check who are currently online right now ?";
  5. next;
  6. mes "Okey Fine!! I will Show You List Who Is Currenly Online On Now";
  7. next;
  8. atcommand "@heal";
  9. close;
  10.  
  11. end;
  12. OnInit:
  13. OnTimer1000:
  14. delwaitingroom;
  15. waitingroom getmapusers("prontera")+" Player"+( getmapusers("prontera") > 1 ? "s":"") +" Here", 0;
  16. initnpctimer;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement