Hey I'm running into some chaos when using the inc.
The stuff ->
PHP Code:
#include <colorlib>
public void OnPluginStart()
{
char strAnnounce[256];
strcopy(strAnnounce, sizeof(strAnnounce), "You can set your {red}Boss Difficulty{default} by typing {red}/difficulty{default}.");
CPrintToChatAll("{olive][VSH 2]{default} %s", strAnnounce);
}
Using latest download from the GitHub, SM1.10 compiler if that matters at all.
__________________