killerswin2
killerswin2
When merged this pull request will: Add an enforcer that forces the user to have ACRE and be connected to the correct server. Adds two new rcp, getServerName and getTeamspeakChannelName....
When Running the Antistasi Main servers, we use TFAR because there is an enforcer that forces the player to connect to our TS server in order to play/unlock player controls....
This is my first step into learning more about the intercept code base. All changes are related to documentation until I understand more. Wherever possible I tried to link to...
adds cmake files and extensions, adds more vs code files, and add debug files.
**When merged this pull request will:** - Add ammo handling to the vehicle's interaction menu - Adds a few more ammo types that these vehicles require - This support was...
**When merged this pull request will:** Add a server event that mods and mission makers can listen to. This was done in the case of wanting to log what code...
- Added cstring into zip.cpp and package,cpp. MSVC's implementation of the stdlib includes cstring in string, where as libstdc++ and also libc++ (clang) do not. - Updated the gitignore to...