-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.txt
37 lines (37 loc) · 941 Bytes
/
mod.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
{
"name":"mark_enemy",
"description":"just highlight/mark/outline enemy/cop/guard",
"author":"github@BadBoySeventeen",
"contact":"[email protected]",
"version":"1.0",
"blt_version" : 2.0,
"keybinds" : [
{
"keybind_id" : "keybind_tomark_civilians",
"name" : "mark_civilians",
"description" : "mark all civilians"
"script_path" : "civilians.lua",
"run_in_menu" : true,
"run_in_game" : true,
"localized" : false,
},
{
"keybind_id" : "keybind_tomark_cops",
"name" : "mark_guards",
"description" : "mark all cops/guards/enemies"
"script_path" : "cops.lua",
"run_in_menu" : true,
"run_in_game" : true,
"localized" : false,
},
{
"keybind_id" : "keybind_tomark_all",
"name" : "mark_all",
"description" : "mark all camaras and civilians and guards"
"script_path" : "all.lua",
"run_in_menu" : true,
"run_in_game" : true,
"localized" : false,
}
]
}