Created
March 19, 2016 16:17
-
-
Save wiking-at/3d16a68223d3128775d9 to your computer and use it in GitHub Desktop.
This file contains 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
// @file Name: A3Wasteland_settings\zeus.sqf | |
// Zeus (Z key) | |
/******************************************************* | |
Player UID examples : | |
"1234567887654321", // Meatwad | |
"8765432112345678", // Master Shake | |
"1234876543211234", // Frylock | |
"1337133713371337" // Carl | |
Important: The player UID must always be placed between | |
double quotes (") and all lines need to have | |
a comma (,) except the last one. | |
********************************************************/ | |
// Zeus Admins | |
zeusAdmins = | |
[ | |
// Put player UIDs here | |
"76000000000000001", //Admin1 | |
"76000000000000002" //Admin2 | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment