-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.xml
More file actions
44 lines (39 loc) · 1.11 KB
/
meta.xml
File metadata and controls
44 lines (39 loc) · 1.11 KB
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
<meta>
<info author="BalaclavaAM" type="script" name="CreadorCarreras con Soporte SQL" />
<script src="s_SQL.lua" type="server" />
<script src="c_CVRCarrerasDrift.lua" type="client" cache="false" />
<script src="s_CVRCarrerasDrift.lua" type="server" />
<min_mta_version client="1.3.0-9.04482" />
<settings>
<setting
name="CONNECTION_TYPE"
value="sqlite"
accept="mysql, sqlite"
description="MySQL or SQLite connection for you database" />
<setting
name="DATABASE_NAME"
value="Carreras"
accept="Strings"
description="Name of MySQL database, file name for SQLite" />
<setting
name="MYSQL_HOST"
value="localhost"
accept="Hosts"
description="Host for you MySQL Database" />
<setting
name="MYSQL_PORT"
value="3306"
accept="Port #"
description="Port for you MySQL Database" />
<setting
name="MYSQL_USER"
value="root"
accept="Usernames"
description="Username for you MySQL Database" />
<setting
name="MYSQL_PASS"
value=""
accept="Passwords"
description="Password for you MySQL Database" />
</settings>
</meta>