Ian Lucas
Ian Lucas
Consider the sample code below. I expect an AUG to be given instead of an AK-47 whenever an AK-47 is given to the player, however the game still gives the...
Consider the sample plugin below. ```csharp using CounterStrikeSharp.API.Core; using CounterStrikeSharp.API.Modules.Memory; using Microsoft.Extensions.Logging; namespace PlaygroundPlugin; public class PlaygroundPlugin : BasePlugin { public override string ModuleName => "Hello World Plugin"; public override...
Patches can be applied in multiple slots of an agent, and it's not an equippable item like a pin. It's more like a sticker for agents.
Adds the positioning system for stickers.
Dependencies minor upgrade
Dependencies major upgrade