This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // by Xeno | |
| //#define __DEBUG__ | |
| #define THIS_FILE "initServer.sqf" | |
| #include "x_setup.sqf" | |
| diag_log [diag_frameno, diag_ticktime, time, "Executing MPF initServer.sqf"]; | |
| ["Initialize", [true]] call BIS_fnc_dynamicGroups; | |
| if (isServer) then { | |
| d_database_found = false; | |
| if (!isNil "extDB3_var_loaded" && {extDB3_var_loaded}) then { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| namespace c__DisplayClass | |
| { | |
| // Token: 0x02000002 RID: 2 | |
| internal class Program | |
| { | |
| // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250 | |
| private Action F() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.IO; | |
| using System.Dynamic; | |
| using System; | |
| using System.Collections.Specialized; | |
| using System.Net; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Web; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo dpkg --add-architecture i386 | |
| wget -qnc https://dl.winehq.org/wine-builds/Release.key | |
| sudo apt-key add Release.key | |
| sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ | |
| sudo apt-get update && sudo apt-get upgrade -y | |
| sudo apt-get -y install --install-recommends winehq-stable bsdtar wget zenity cabextract | |
| rm -fr $HOME/.wine \ | |
| && export WINEARCH=win32 \ | |
| && export WINEPREFIX="$HOME/.wine" |
NewerOlder