-
Notifications
You must be signed in to change notification settings - Fork 56
BoneTriggerBot Problem , Can't Spray with Automatic Weapons #16
Comments
Reply ? |
@punkjj Post your full plugin code with the insert code feature. |
`package org.abendigo.plugin.csgo import org.abendigo.DEBUG object BoneTriggerPlugin : InGamePlugin("Bone Trigger", duration = 1) {
`}`` |
Here sniper1 = SSG 08 or scout |
Can you edit and put a toggle function ? and Right now I removed !weapon.automatic |
@Jire ^^ |
If you only want to have it work for non-automatics, you should be returning if the weapon is an automatic, not if it's not an automatic. But using inclusivity (whitelisting) is easier than writing all the exclusives:
|
I cant Spray while using Automatic weapons 😢 Im using it for !weapon.pistol and !weapon.automatic
The text was updated successfully, but these errors were encountered: