Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!hasInterface) exitWith {};
- waitUntil {!isNil "ExileClientLoadedIn"};
- // Waits for Exile to finish up
- player createDiarySubject ["Main","Rules"];
- //player createDiarySubject ["Info","Website"];
- player createDiarySubject ["Feature", "Feature List"];
- // Features and Change Log
- player createDiaryRecord ["Feature",
- [
- "Feature List",
- "
- <br/>
- AI Missions<br/>
- R3F Towing and Logistics<br/>
- Roaming AI<br/>
- Active and Friendly Admins<br/>
- Reserved Slots<br/>
- Heli Crash Style Missions<br/>
- IgiLoad<br/>
- Taru and Huro attach and para drop pods<br/>
- Donor Spawn Loadouts - WIP<br/>
- New Random Spawns - WIP<br/>
- Black Market Armed Vehicles and Weapons - WIP<br/>
- "
- ]
- ];
- // Main Section
- player createDiaryRecord ["Main",
- [
- "Player Rules",
- "
- <br/>
- No Combat Logging,<br/>
- No Glitching Or Hacking,<br/>
- No Stealing In Traders,<br/>
- No Excessive Swearing or Racial Slurs,<br/>
- No Hoarding of Vehicles<br/>
- "
- ]
- ];
- player createDiaryRecord ["Main",
- [
- "Admin Rules",
- "
- <br/>
- Admins Will only use their Administrative powers to<br/>
- assist players with glitches,<br/>
- Admins Must remain in their base for 15 Minutes<br/>
- after using any Admin Tool,<br/>
- Admins Must remove themselves from a situation <br/>
- were either PVP is about to occur,<br/>
- Admins May Deal with Roaming Ai when Assisting Players,<br/>
- Admins will only repair a vehicle if damage is caused <br/>
- by a server side glitch,<br/>
- Admins will not assist players for client side glitches,<br/>
- Admins will be recording all verbal conversations when <br/>
- dealing with Disciplinary actions and will be accommodated <br/>
- with a second admin.<br/>
- "
- ]
- ];
- /* Info
- player createDiaryRecord ["Info",
- [
- "Website",
- "
- <br/>
- www.vipergaming.com.au
- "
- ]
- ];
- // Info
- player createDiaryRecord ["Info",
- [
- "Teamspeak",
- "
- <br/>
- VGSTS.TS3DNS.com
- "
- ]
- ];
- // Info
- player createDiaryRecord ["Info",
- [
- "Server Rules Webpage",
- "
- <br/>
- www.vipergaming.com.au/serverrules
- "
- ]
- ];*/
Advertisement
Add Comment
Please, Sign In to add comment