-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
91 lines (82 loc) · 3.17 KB
/
README.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>GTA Scripts by Vital</title>
<style>
/* From extension vscode.github */
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
display: none;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-size: 16px;
line-height: 1.6;
}
</style>
<style>
.task-list-item {
list-style-type: none;
}
.task-list-item-checkbox {
margin-left: -20px;
vertical-align: middle;
pointer-events: none;
}
</style>
</head>
<body class="vscode-body vscode-light">
<h1 id="gta-scripts-by-vital">GTA Scripts by Vital</h1>
<h3 id="youtube--discord--telegram"><a href="https://www.youtube.com/c/VitalRUS13/featured">📺YouTube</a> | <a href="https://discord.com/invite/saFJVhF">💬Discord</a> | <a href="https://t.me/vitalmods">💾Telegram</a></h3>
<hr>
<h2 id="english">ENGLISH</h2>
<p>Script modifications for Grand Theft Auto 3, Vice City, and San Andreas made by Vital¹.</p>
<p>Files extensions:</p>
<ul>
<li><em>Scripts</em>
<ul>
<li>.cs — CLEO scripts</li>
<li>.cm — CLEO missions</li>
<li>.scm — SCM scripts and Mission Packs (MPACKs)</li>
<li>.js/.ts — CLEO Redux scripts</li>
</ul>
</li>
<li><em>Source codes</em> (and the tool to edit it)
<ul>
<li>.txt — Sanny Builder</li>
<li>.sc — Visual Studio Code with GTA3script extension</li>
<li>.js/.ts — any text or source code editor like Visual Studio Code</li>
</ul>
</li>
</ul>
<p>¹Vital is a nickname of Vitaly Pavlovich Ulyanov (Russian: Виталий Павлович Ульянов)</p>
<h2 id="русский">РУССКИЙ</h2>
<p>Скриптовые модификации для Grand Theft Auto 3, Vice City и San Andreas. Автор — Vital (Виталий Павлович Ульянов).</p>
<p>Расширения файлов:</p>
<ul>
<li><em>Скрипты</em>
<ul>
<li>.cs — скрипты на CLEO</li>
<li>.cm — миссии на CLEO</li>
<li>.scm — скрипты и Mission Pack’и (MPACK) на SCM</li>
<li>.js/.ts — скрипты на CLEO Redux</li>
</ul>
</li>
<li><em>Исходные коды</em> (и где их редактировать)
<ul>
<li>.txt — Sanny Builder</li>
<li>.sc — Visual Studio Code с расширением GTA3script</li>
<li>.js/.ts — любой текстовый редактор или редактор исходного кода наподобие Visual Studio Code</li>
</ul>
</li>
</ul>
</body>
</html>