-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathscript_27a4aedb3d2a899b.gsc
44 lines (40 loc) · 1.57 KB
/
script_27a4aedb3d2a899b.gsc
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
// Decompiled by Serious. Credits to Scoba for his original tool, Cerberus, which I heavily upgraded to support remaining features, other games, and other platforms.
#using script_5f90a0e71aee1dc4;
#using scripts\core_common\clientfield_shared.csc;
#using scripts\core_common\util_shared.csc;
#namespace namespace_90b0490e;
/*
Name: preload
Namespace: namespace_90b0490e
Checksum: 0x59261DB8
Offset: 0xC8
Size: 0x1F4
Parameters: 0
Flags: Linked
*/
function preload()
{
level._effect[#"hash_5167810d20f56cde"] = #"hash_ea58012779b62a6";
level._effect[#"hash_7076baef5f9776c0"] = #"hash_5a0d3d80e5fadfe8";
level._effect[#"hash_5a1b907f8cfb78f9"] = #"hash_1fe7b0ba967e52f6";
namespace_bd74bbd2::register(#"sc_mk2z_1", 20000, "sc_mk2z_1", level._effect[#"hash_5167810d20f56cde"], level._effect[#"hash_7076baef5f9776c0"]);
namespace_bd74bbd2::register(#"sc_mk2z_2", 20000, "sc_mk2z_2", level._effect[#"hash_5167810d20f56cde"], level._effect[#"hash_7076baef5f9776c0"]);
namespace_bd74bbd2::register(#"sc_mk2z_3", 20000, "sc_mk2z_3", level._effect[#"hash_5167810d20f56cde"], level._effect[#"hash_7076baef5f9776c0"]);
clientfield::register("scriptmover", "" + #"hash_2184dd4e9090521f", 20000, 1, "int", &function_7cd6e78c, 0, 0);
}
/*
Name: function_7cd6e78c
Namespace: namespace_90b0490e
Checksum: 0xEBB74B94
Offset: 0x2C8
Size: 0x7C
Parameters: 7
Flags: Linked
*/
function function_7cd6e78c(localclientnum, oldval, newval, bnewent, binitialsnap, fieldname, bwastimejump)
{
if(newval)
{
util::playfxontag(localclientnum, level._effect[#"hash_5a1b907f8cfb78f9"], self, "tag_origin");
}
}