-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparanoia.as
More file actions
26 lines (25 loc) · 941 Bytes
/
paranoia.as
File metadata and controls
26 lines (25 loc) · 941 Bytes
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
#include "include"
void PluginInit(){
g_Module.ScriptInfo.SetAuthor("Dr.Abc");
g_Module.ScriptInfo.SetContactInfo("""
========================================
| |
| |----------------------\ |
| | | |
| | | |
| | | |
| | / |
| |---------------------- |
| | |
| | |
| | |
| | |
| |
========================================
""");
}
void MapInit(){
WeaponRegister();
//Nope we don't need this enable as default
//BatteryHookRegister();
}