-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathUpdater.txt
40 lines (33 loc) · 1.13 KB
/
Updater.txt
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
"Updater"
{
"Information"
{
"Version"
{
"Latest" "1.3.4"
}
"Notes" "More info @ https://github.com/Teamkiller324/Updater"
"Notes" "Added Updater_OnLoaded() forward."
"Notes" "Use this when adding plugin to update-list instead of OnPluginStart() as otherwise it would instantly crash the caller plugin due to trying to access then invalid handle that isn't created yet."
}
"Files"
{
"Patch"
{
"Plugin" "Path_SM/plugins/updater.smx"
"Source" "Path_SM/scripting/updater.sp"
"Source" "Path_SM/scripting/updater/api.sp"
"Source" "Path_SM/scripting/updater/download.sp"
"Source" "Path_SM/scripting/updater/filesus.sp"
"Source" "Path_SM/scripting/updater/plugins.sp"
"Include" "Path_SM/scripting/include/updater.inc"
}
"Plugin" "Path_SM/plugins/updater.smx"
"Source" "Path_SM/scripting/updater.sp"
"Source" "Path_SM/scripting/updater/api.sp"
"Source" "Path_SM/scripting/updater/download.sp"
"Source" "Path_SM/scripting/updater/filesus.sp"
"Source" "Path_SM/scripting/updater/plugins.sp"
"Include" "Path_SM/scripting/include/updater.inc"
}
}