-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlantSideBlocker fix for bots #17
Comments
CS2-plugins-lua/PlantSideLocker/vscripts/PlantSideLocker.lua Lines 68 to 76 in d2f0f49
Replace this if v:GetTeam() == team then to this if v:GetTeam() == team and v:IsNPC() == false then |
@Quake1011 I tried it and it still doesn't work |
Hm. Weird... Thats should working |
@Quake1011 |
U can't check this for steam Id. For it need create array of players in which one will store player data then. Weird that's didn't work currently function :/ |
Hi,
Can you add a feature for this plugin not to count bots but only real players?
The text was updated successfully, but these errors were encountered: