‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
mp_freerun.csc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 #using scripts\shared\util_shared;
3 #using scripts\mp\_load;
4 #using scripts\mp\_util;
5 
6 #insert scripts\shared\shared.gsh;
7 
8 function ‪main()
9 {
10  ‪load::main();
11 
12  ‪util::waitforclient( 0 ); // This needs to be called after all systems have been registered.
13 }
‪waitforclient
‪function waitforclient(client)
Definition: util_shared.csc:60
‪main
‪function main()
Definition: mp_freerun.csc:8