Quake1011 / CS2-plugins-lua

Includes 14 in one usefull lua plugins for CS2
60 stars 3 forks source link

PlantSideLocker issue #19

Open asdfxD opened 11 months ago

asdfxD commented 11 months ago

recently i got some reports that b plant is not allowed even with the required players count.

2 weeks ago 8 ct vs 8 t b plant not working.

yesterday i got also reports that b plant was not allowed, with 20+ players on server (de_dust2).

"de_dust2"  // the map on which the block with the restriction will work
{
    "blocked_plant"             "B"             // A - only A plant will blocked | B - only B plant will blocked | RANDOM - random plant will blocked 
    "ct_need_to_unlock"         "5"             // CTs need for plant will unlocked
    "t_need_to_unlock"          "4"             // Ts need for plant will unlocked
}