-
Notifications
You must be signed in to change notification settings - Fork 40
/
changelog.sqf
18 lines (15 loc) · 1.04 KB
/
changelog.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
player createDiarySubject ["DS", "Discord"];
player createDiaryRecord ["DS",["JMW","https://discord.gg/YhBUUSr"]];
player createDiarySubject ["Dev", "Mission Homepage"];
player createDiaryRecord ["Dev",["Licencing","The mission is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.<br/><br/>
- You are free to edit<br/>
- You are free to redistribute under the same licence<br/>
- You are free to use it on your own public server<br/>
- You NEED to keep the credits<br/>
- You CANNOT use the mission for Commercial Purposes<br/><br/>
Also, you cannot use the mission for monetization purposes.
"]];
player createDiaryRecord ["Dev",["Contact Zerty","Any comment or remarks? Or you did find a bug or an exploit?<br /><br />Contact the main author through:<br/><br />
- the GitHub Page https://github.com/zerty/Benny-Edition-CTI-0.97-Zerty-Modification <br/>
- at www.jammywarfare.eu"]];
player createDiaryRecord ["Dev",["Github","https://github.com/zerty/Benny-Edition-CTI-0.97-Zerty-Modification"]];