forked from LexTheGreat/TLX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
briefing.sqf
302 lines (292 loc) · 8.05 KB
/
briefing.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
player createDiarySubject ["rules","Rules Info"];;
player createDiarySubject ["changelog","Updates"];
player createDiarySubject ["controls","TLX Controls"];
player createDiarySubject ["bugs","Official Website"];
player createDiarySubject ["credits","Staff & TS3"];
player createDiarySubject ["specialitems","Special Items"];
player createDiaryRecord ["specialitems",
[
"Diamond Ring",
"
Needs:<br/>
Diamond: 10<br/>
"
]
];
player createDiaryRecord ["specialitems",
[
"Expensive Diamond Ring",
"
Needs:<br/>
Diamond:15<br/>
Gold: 10<br/>
"
]
];
player createDiaryRecord ["specialitems",
[
"Platinum Ring",
"
Needs:<br/>
Platinum: 10<br/>
"
]
];
player createDiaryRecord ["specialitems",
[
"Expensive Platinum Ring",
"
Needs:<br/>
Platinum: 15<br/>
Rubies: 10<br/>
"
]
];
player createDiaryRecord ["specialitems",
[
"Steel",
"
Needs:<br/>
Iron: 2<br/>
"
]
];
/*player createDiaryRecord ["specialvehicles",
[
"Transport Little Bird",
"
Needs:<br/>
Money: 35000<br/>
"
]
];
player createDiaryRecord ["specialvehicles",
[
"Landrover",
"
Needs:<br/>
Money: 15000<br/>
"
]
];
player createDiaryRecord ["specialweps",
[
"FAL + Night Scoped FAL",
"
Needs:<br/>
Money: 10000<br/>
"
]
];
player createDiaryRecord ["specialweps",
[
"Lee-Enfield",
"
Needs:<br/>
Money: 5000<br/>
"
]
];
player createDiaryRecord ["specialweps",
[
"RPG",
"
Needs:<br/>
Money: 10000<br/>
"
]
];
player createDiaryRecord ["specialweps",
[
"M60A4",
"
Needs:<br/>
Money: 10000<br/>
"
]
];
player createDiaryRecord ["specialweps",
[
"SVD",
"
Needs:<br/>
Money: 10000<br/>
"
]
];
player createDiaryRecord ["specialweps",
[
"AKPSO",
"
Needs:<br/>
Money: 15000<br/>
"
]
];*/
player createDiaryRecord ["credits",
[
"Staff and TS3",
"
Owner: [TLX] Giovanni<br/>
Discord Info:<br/>
Address: https://discord.gg/rWsDd2h or visit our website for a link<br/>
Teamspeak Info:<br/>
Address: ts.tlx-gaming.com<br/>
Mission build: 1.5.2<br/>
Current version developed by: D-Nice, [TLX] Lex_The_Great, [TLX] Giovanni, [TLX] Strideynet<br/>
Also special thanks to all the developers who made Takistan Life Revolution to what it is today<br/>
"
]
];
player createDiaryRecord ["bugs",
[
"Boogies",
"
Please report bugs on Discord or submit a bug report!<br/>
Website: tlx-gaming.com<br/>
Bug report: tlx-gaming.com/bugreport<br/>
Discord: https://discord.gg/rWsDd2h or visit our website for a link<br/>
<br/>
<br/>
We look forward to playing with you!<br/>
"
]
];
player createDiaryRecord ["controls",
[
"TLX Controls",
"
Key: Function<br/>
Description<br/>
<br/>
General keys:<br/>
Tab: TLX Keys<br/>
To enable or disable TLX functions and actions,
<br/>
1: Stats<br/>
Displays basic info about the player and server. Tells you how much money you have, who is wanted, etc.
<br/>
2: Inventory<br/>
Shows items in player inventory. Allows you to drop, use, and give them to other people. (Note: to give another player a copy of your car keys, first select player to give keys to then press Use while Keychain is selected)
<br/>
3: Hands Up<br/>
Raises hands to indicate surrender. Police can search and handcuff a civilian while their hands are raised.
<br/>
4: Hands Down / Quick Draw<br/>
Cancels the current animation. Can be used to quick draw a weapon.
<br/>
5: Gang Menu (civs only)<br/>
Civs can access the gang menu to view, join and create gangs.
<br/>
`(tilde key (to the left of the 1 key): Cop Menu (cops/opfor only)<br/>
Cops can set bounties, release jailed civilians and more. When accessed in a vehicle, choosing Sat Cam in cop menu gives an overhead satellite view of the map.
<br/>
<br>Ctrl+F (in a vehicle): Toggle Siren On/Off (cops only)<br/>
Police can turn on a siren while driving vehicles to signal to civilians to pull over.
IMPORTANT: DO NOT USE THE SIRENS UNLESS YOU ARE RESPONDING TO AN EMERGENCY, AND DO NOT FORGET TO TURN IT OFF.
<br/>
Ctrl+G (in a vehicle): Toggle Speedgun (cops only)<br/>
Move cursor over a vehicle to see what speed it is travelling at.
<br/>
E: Action<br/>
The basic action button. Used to interact with shops, ATM's, and other players (while they are stunned and/or restrained).
<br/>
T: Access Vehicle Trunk<br/>
when you own a car or other vehicle, you can access that car's inventory by standing next to the car and pressing T. You will then be shown two box's. The left box is what is in the car, and the right box is what is in your inventory. Highlight the object you want to transfer, then select the amount and press the button on the side that has the item. Car's hold a certain amount of weight just like your charactor so be aware of what you stash in there. Also, if your vehicle is destroyed then you will loose whatever you place in here. Coppers can search for drugs or other ileagal items. If they find them in your car it will disappear and the coppers gain money equal to the value of the drugs.
<br/>
F: Remove Safety<br/>
When unholstering a weapon, you may need to press F before it will fire. F is also a default ArmA 2 key that adjusts the firing mode of the weapon.
<br/>
Left shift+F: Pistol whip / Rifle butt<br/>
Disables and disarms another player, allowing you to rob them by pressing E. Only works if you have a weapon.
<br/>
0-0-6, 0-0-7, 0-0-8: shout outs<br/>
Press these buttons to shout out measages on the fly. For civilians the default says ""Don't Shoot, I surrender!"". For cops, it says a variety of things but mainly says, ""Put up your hands or your dead"" kinda thing.
<br/>
0-0: options<br/>
this should give you the options for video settings, shout outs, fix head bug, and even a quick-brief tutorial on TLX.""
<br/>
"
]
];
player createDiaryRecord ["changelog",
[
"Takistan Life Xtreme",
"
<br/>
Jan 15, 2018<br/>
Various fixes here and there 1.5.2<br/>
Edited: PMC slots are now open to the public
Edited: Objectgeddon delay extended to 60 min
Fixed: some players don't get starting money
Fixed: all arrested players getting charged as bank robbers
Fixed: typo in suicide messages
<br/>
<br/>
<br/>
Jan 15, 2018<br/>
The server returns once again! 1.4.7<br/>
Fixed: bank account not loading<br/>
<br/>
<br/>
Dec 2, 2016<br/>
SERVER RETURNS! 1.4.2<br/>
Edited: Several parts of outdated text<br/>
<br/>
<br/>
Oct 18, 2015<br/>
MINOR UPDATE 1.4.1<br/>
Added: .,! to law menu.<br/>
Removed: INS 5 6 7 8.<br/>
Edited: Fixed bank rob after death<br/>
Edited: INS supporter moved/change<br/>
<br/>
Oct 10, 2015<br/>
MAJOR UPDATE 1.4<br/>
Added: To Many To List!<br/>
Added: Weapons<br/>
Added: War Zones<br/>
Edited: Rules<br/>
Edited: Base Changes<br/>
Edited: Various code optimization and fixes<br/>
<br/>
August 14, 2014<br/>
MAJOR UPDATE 1.0<br/>
Added: Warring options for TLA leader<br/>
Added:Chief has options to declare/lift martial law<br/>
Added:Cops, Opfor, Insurgents now get paid 20k per minute for manning border CPs<br/>
Edited: Most buildings are now destructible ingame, aside from some safezones, like rasman, civ spawn, and opfor spawn<br/>
Edited: Various code optimization<br/>
June 7, 2014<br/>
Fixed a few duping bugs<br/>
Added speedgun for cops use ctrl+g to activate while in vehicle<br/>
Stat save removed, as it does not work on linux dedicated server.<br/>
Added more aerial vehicles for civis.<br/>
Added lighting to all faction spawn points.<br/>
Added rubber bullets for M1014 and Saiga12K which can now act as long range stun rifles.<br/>
Added several static artillery and pods that can be towed by players.<br/>
Added ability to tow all planes.<br/>
Reorganized supporter shop inventories.<br/>
Added Auto comp system for restarts, giving 5M per paycheck for first 14 minutes.<br/>
TODO: Add TWS for top level supporters and hideouts, and some more vehicles and weapons for supporters.<br/>
<br/>
May 14, 2014<br/>
Added: Mortars, fully working with all 3 shell types, HE, WP, Illum.<br/>
Added: All vehicles added.<br/>
Added: Rasman CP fortifications and border CP gates.<br/>
Edited: Edited some shop and vehicles prices.<br/>
Edited: Balanced factions, increasing indep kill price for cops to 100k and 150k for opfor.<br/>
Edited: Balanced faction salaries.<br/>
<br/>
"
]
];
player createDiaryRecord ["rules",
[
"Where to find our most up to date rules",
"
Go on our website at tlx-gaming.com to find our most up to date rules list.
<br/>
"
]
];