-
Notifications
You must be signed in to change notification settings - Fork 85
Home
Jack M. Taylor edited this page Apr 20, 2019
·
18 revisions
Here the general instructing for developers who want to add support of their plugin to ScoreHud via an addon.
The whole process is extremely simple.
You start by making a new PHP file. For this tutorial I would be using a file called EconomyApiAddon.php
. And adding a namespace
. It could be any of your choice. The {}
at the end of the namespace are necessary.
namespace JackMD\ScoreHud\Addons{}