29 lines
6.1 KiB
Plaintext
29 lines
6.1 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\util_shared;
|
|
|
|
|
|
|
|
#using scripts\mp\_load;
|
|
#using scripts\mp\_util;
|
|
|
|
#using scripts\mp\mp_freerun_03_fx;
|
|
#using scripts\mp\mp_freerun_03_sound;
|
|
|
|
function main()
|
|
{
|
|
precache();
|
|
|
|
mp_freerun_03_fx::main();
|
|
mp_freerun_03_sound::main();
|
|
|
|
load::main();
|
|
|
|
SetDvar( "compassmaxrange", "2100" ); // Set up the default range of the compass
|
|
}
|
|
|
|
function precache()
|
|
{
|
|
// DO ALL PRECACHING HERE
|
|
}
|