Weapons Restrict
How to restrict certain weapon ?
Examples:
"weapon_ak47": { //Name of the weapon for which you want to restrict
"YOUR MODE ID": { //Insert here the ID of the mod in which you want to restrict
"VIP": { // Restriction for the VIP Players
"CT": 6,
"T": 6,
"Global": 12
},
"NonVIP": { // Restriction for the NonVIP Players
"CT": 5,
"T": 5,
"Global": 10
}
},
"0": { // MODE ID
"VIP": {
"CT": 6,
"T": 6,
"Global": 12
},
"NonVIP": {
"CT": 5,
"T": 5,
"Global": 10
}
},
"1": {
"VIP": {
"CT": 5,
"T": 5,
"Global": 7
},
"NonVIP": {
"CT": 4,
"T": 4,
"Global": 5
}
}
},
"weapon_awp": { // WEAPON NAME
"0": { // MODE ID
"VIP": {
"CT": 3,
"T": 3,
"Global": 4
},
"NonVIP": {
"CT": 2,
"T": 2,
"Global": 3
}
}
}Last updated