-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKPCF_whitelist.sqf
33 lines (27 loc) · 1.08 KB
/
KPCF_whitelist.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
Killah Potatoes Cratefiller v1.1.0
Author: Mildly Interested - https://github.com/MildlyInterested
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html
Description:
This will define the array of whitelisted Steam64IDs that are able to use Cratefiller.
*/
KPCF_enable_whitelist = true; //set to "true" if you want to limit Cratefiller only to certain users (users to be defined further down)
//Whitelist based on Steam64ID, can be obtained here: https://steamid.io/
KP_cratefiller_whitelist_steam_id = [
"76561198059979416", //Scarle
"76561198020770680", //Pettersson
"76561198013743881", //Clayton
"76561198042251903", //Mueller
"76561197990788825", //Willis
"76561198138198693", //Li
"76561198037625563" //McMullen
];
//Whitelist based on player name
KP_cratefiller_whitelist_player_name = [
];
//Whitelist based on player group/squad name (the one you see in the editor, NOT the one you see in role selection)
KP_cratefiller_whitelist_group_name = [
"4-4",
"JHC",
"7-0"
];