mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-16 21:57:56 -05:00
checked 54 patch_mp/maps/mp scripts
This commit is contained in:
@ -1,15 +1,18 @@
|
||||
//checked includes match cerberus output
|
||||
#include maps/mp/_utility;
|
||||
|
||||
businit()
|
||||
businit() //checked matches cerberus output
|
||||
{
|
||||
/*
|
||||
/#
|
||||
assert( level.clientscripts );
|
||||
#/
|
||||
*/
|
||||
level.busstate = "";
|
||||
registerclientsys( "busCmd" );
|
||||
}
|
||||
|
||||
setbusstate( state )
|
||||
setbusstate( state ) //checked matches cerberus output
|
||||
{
|
||||
if ( level.busstate != state )
|
||||
{
|
||||
|
Reference in New Issue
Block a user