[Script] Add ufo and noclip function

This commit is contained in:
FutureRave
2021-10-16 13:36:29 +01:00
parent 3cbe6e820c
commit 4a40a89e70
2 changed files with 23 additions and 0 deletions

View File

@ -931,6 +931,7 @@ namespace Game
extern int* demoRecording;
extern int* serverMessageSequence;
constexpr auto MAX_GENTITIES = 2048;
extern gentity_t* g_entities;
extern netadr_t* connectedHost;