Skip to content

Instantly share code, notes, and snippets.

@wiking-at
Created March 19, 2016 16:17
Show Gist options
  • Save wiking-at/3d16a68223d3128775d9 to your computer and use it in GitHub Desktop.
Save wiking-at/3d16a68223d3128775d9 to your computer and use it in GitHub Desktop.
// @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