mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-07 17:37:50 -05:00
Update info.md
This commit is contained in:
parent
1c274d6daa
commit
d904cb1bc2
5
info.md
5
info.md
@ -48,18 +48,17 @@ WILL COMPILE
|
||||
EXAMPLE:
|
||||
```a = b && c;```
|
||||
WILL NOT COMPILE
|
||||
```
|
||||
|
||||
**7. Scripts that contain #using_animtree( "animtree" ); will compile but crash upon loading**
|
||||
Unfortunately, for certain scripts #using_animtree( "animtree" ); is required for the script to function so scripts containing it will crash on start/while running
|
||||
There is a workaround using script names such as maps/mp/gametypes_zm/_globalentities and naming an extracted but not decompiled script
|
||||
|
||||
**8. You cannot use variable defined notifies/waittills**
|
||||
```
|
||||
EXAMPLE:
|
||||
```
|
||||
var = "connected";
|
||||
level notify( var, player );
|
||||
level waittill( var, player );
|
||||
WILL COMPILE BUT
|
||||
```
|
||||
The notify/waittill won't work.
|
||||
The notify/waittill won't work.
|
||||
|
Loading…
x
Reference in New Issue
Block a user