Original Guidelines:
- Patches are to be designed to be included BEFORE YSI
- Patches will contain ALS hooking only
- Patches will have a description outlining the anticheat
- Patches can use y_iterate
Additional Guidelines:
Since sampctl is now stable and the Pawn Package Definition is finalised, some additional guidelines related to packages have been added:
- Patches must contain a
README.md
with a description, usesampctl package init
to generate one - Patches should be a Pawn Package with all dependencies properly listed
- Patches should contain a
test.pwn
which either contains unit tests or an in-game demonstration runnable viasampctl package run