RuschGaming

Untitled

Sep 22nd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. if (!hasInterface) exitWith {};
  2.  
  3. waitUntil {!isNil "ExileClientLoadedIn"};
  4. // Waits for Exile to finish up
  5.  
  6. player createDiarySubject ["Main","Rules"];
  7. //player createDiarySubject ["Info","Website"];
  8. player createDiarySubject ["Feature", "Feature List"];
  9.  
  10. // Features and Change Log
  11. player createDiaryRecord ["Feature",
  12. [
  13. "Feature List",
  14. "
  15. <br/>
  16. AI Missions<br/>
  17. R3F Towing and Logistics<br/>
  18. Roaming AI<br/>
  19. Active and Friendly Admins<br/>
  20. Reserved Slots<br/>
  21. Heli Crash Style Missions<br/>
  22. IgiLoad<br/>
  23. Taru and Huro attach and para drop pods<br/>
  24. Donor Spawn Loadouts - WIP<br/>
  25. New Random Spawns - WIP<br/>
  26. Black Market Armed Vehicles and Weapons - WIP<br/>
  27. "
  28. ]
  29. ];
  30.  
  31. // Main Section
  32. player createDiaryRecord ["Main",
  33. [
  34. "Player Rules",
  35. "
  36. <br/>
  37. No Combat Logging,<br/>
  38. No Glitching Or Hacking,<br/>
  39. No Stealing In Traders,<br/>
  40. No Excessive Swearing or Racial Slurs,<br/>
  41. No Hoarding of Vehicles<br/>
  42. "
  43. ]
  44. ];
  45.  
  46. player createDiaryRecord ["Main",
  47. [
  48. "Admin Rules",
  49. "
  50. <br/>
  51. Admins Will only use their Administrative powers to<br/>
  52. assist players with glitches,<br/>
  53. Admins Must remain in their base for 15 Minutes<br/>
  54. after using any Admin Tool,<br/>
  55. Admins Must remove themselves from a situation <br/>
  56. were either PVP is about to occur,<br/>
  57. Admins May Deal with Roaming Ai when Assisting Players,<br/>
  58. Admins will only repair a vehicle if damage is caused <br/>
  59. by a server side glitch,<br/>
  60. Admins will not assist players for client side glitches,<br/>
  61. Admins will be recording all verbal conversations when <br/>
  62. dealing with Disciplinary actions and will be accommodated <br/>
  63. with a second admin.<br/>
  64.  
  65. "
  66. ]
  67. ];
  68.  
  69.  
  70. /* Info
  71. player createDiaryRecord ["Info",
  72. [
  73. "Website",
  74. "
  75. <br/>
  76. www.vipergaming.com.au
  77. "
  78. ]
  79. ];
  80.  
  81. // Info
  82. player createDiaryRecord ["Info",
  83. [
  84. "Teamspeak",
  85. "
  86. <br/>
  87. VGSTS.TS3DNS.com
  88. "
  89. ]
  90. ];
  91.  
  92. // Info
  93. player createDiaryRecord ["Info",
  94. [
  95. "Server Rules Webpage",
  96. "
  97. <br/>
  98. www.vipergaming.com.au/serverrules
  99. "
  100. ]
  101. ];*/
Advertisement
Add Comment
Please, Sign In to add comment