mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-10 02:37:59 -05:00
24 lines
637 B
Plaintext
24 lines
637 B
Plaintext
// T6 GSC SOURCE
|
|
// Decompiled by https://github.com/xensik/gsc-tool
|
|
#include clientscripts\mp\_utility;
|
|
#include clientscripts\mp\_load;
|
|
#include clientscripts\mp\mp_skate_fx;
|
|
#include clientscripts\mp\_audio;
|
|
#include clientscripts\mp\mp_skate_amb;
|
|
|
|
main()
|
|
{
|
|
level.worldmapx = 0;
|
|
level.worldmapy = 0;
|
|
level.worldlat = 33.9857;
|
|
level.worldlong = -118.474;
|
|
clientscripts\mp\_load::main();
|
|
clientscripts\mp\mp_skate_fx::main();
|
|
thread clientscripts\mp\_audio::audio_init( 0 );
|
|
thread clientscripts\mp\mp_skate_amb::main();
|
|
waitforclient( 0 );
|
|
/#
|
|
println( "*** Client : mp_skate running..." );
|
|
#/
|
|
}
|