mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-10 18:57:58 -05:00
Update scripts to better decompiled scripts.
This commit is contained in:
24
MP/Maps/Raid/clientscripts/mp/mp_raid.csc
Normal file
24
MP/Maps/Raid/clientscripts/mp/mp_raid.csc
Normal file
@ -0,0 +1,24 @@
|
||||
// T6 GSC SOURCE
|
||||
// Decompiled by https://github.com/xensik/gsc-tool
|
||||
#include clientscripts\mp\_utility;
|
||||
#include clientscripts\mp\_load;
|
||||
#include clientscripts\mp\mp_raid_fx;
|
||||
#include clientscripts\mp\_audio;
|
||||
#include clientscripts\mp\mp_raid_amb;
|
||||
|
||||
main()
|
||||
{
|
||||
level.worldmapx = 2249;
|
||||
level.worldmapy = 4525;
|
||||
level.worldlat = 34.1195;
|
||||
level.worldlong = -118.35;
|
||||
clientscripts\mp\_load::main();
|
||||
clientscripts\mp\mp_raid_fx::main();
|
||||
thread clientscripts\mp\_audio::audio_init( 0 );
|
||||
thread clientscripts\mp\mp_raid_amb::main();
|
||||
setsaveddvar( "compassmaxrange", "2100" );
|
||||
waitforclient( 0 );
|
||||
/#
|
||||
println( "*** Client : mp_raid running..." );
|
||||
#/
|
||||
}
|
Reference in New Issue
Block a user