mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-24 01:27:51 -05:00
Reorganized the scripts so its easier to search thru.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
#include maps/mp/animscripts/traverse/shared;
|
||||
|
||||
main()
|
||||
{
|
||||
/#
|
||||
assert( 0, "Not supposed to be used in MP" );
|
||||
#/
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
#include maps/mp/animscripts/traverse/shared;
|
||||
|
||||
main()
|
||||
{
|
||||
/#
|
||||
assert( 0, "Not supposed to be used in MP" );
|
||||
#/
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
#include maps/mp/animscripts/traverse/shared;
|
||||
|
||||
main()
|
||||
{
|
||||
/#
|
||||
assert( 0, "Not supposed to be used in MP" );
|
||||
#/
|
||||
}
|
Reference in New Issue
Block a user