Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. - script GMLogin -1,{
  2. OnPCLoginEvent:
  3. if(getgmlevel()==50)
  4. {
  5. atcommand "@speed 0";
  6. atcommand "@hide";
  7. atcommand "@kamib Endless Ragnarok GM Police/Event, "+strcharinfo(0)+" Has Login";
  8. atcommand "@monsterignore";dispbottom "Welcome "+strcharinfo(0)+" ! Please make sure to check players!";
  9. dispbottom "Current Server Time : " + gettimestr("%A %B %d %Y - %I:%M %p",40);
  10. }
  11. end;
  12.  
  13.  
  14. OnPCLogoutEvent:
  15. if(getgmlevel()==50) end;
  16. atcommand "@kamib Endless Ragnarok GM, "+strcharinfo(0)+" Has Logout";
  17. }
  18.  
  19.  
  20. - script GMLogin2 -1,{
  21. OnPCLoginEvent:
  22. if(getgmlevel()==90)
  23. {
  24. atcommand "@speed 0";
  25. atcommand "@hide";
  26. atcommand "@kamib Endless Ragnarok Head GM, "+strcharinfo(0)+" Has Login";
  27. atcommand "@monsterignore";dispbottom "Welcome "+strcharinfo(0)+" ! Please make sure to check players!";
  28. dispbottom "Current Server Time : " + gettimestr("%A %B %d %Y - %I:%M %p",40);
  29. }
  30. end;
  31.  
  32.  
  33. OnPCLogoutEvent:
  34. if(getgmlevel()==90) end;
  35. atcommand "@kamib Endless Ragnarok GM, "+strcharinfo(0)+" Has Logout";
  36. }
  37.  
  38. - script GMLogin3 -1,{
  39. OnPCLoginEvent:
  40. if(getgmlevel()==99)
  41. {
  42. atcommand "@speed 0";
  43. atcommand "@hide";
  44. atcommand "@kamib Endless Ragnarok GM, "+strcharinfo(0)+" Has Login";
  45. atcommand "@monsterignore";dispbottom "Welcome "+strcharinfo(0)+" ! Please make sure to check players!";
  46. dispbottom "Current Server Time : " + gettimestr("%A %B %d %Y - %I:%M %p",40);
  47. }
  48. end;
  49.  
  50. OnPCLogoutEvent:
  51. if(getgmlevel()==99) end;
  52. atcommand "@kamib Endless Ragnarok GM, "+strcharinfo(0)+" Has Logout";
  53. end;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement