23.09.2015, 02:42
Not related to streamer at all... REMOVE THIS:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
Also, you should consider ditching OnPlayerCommandText. Get a command processor such as ZCMD, iZCMD, or YCMD.
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
Also, you should consider ditching OnPlayerCommandText. Get a command processor such as ZCMD, iZCMD, or YCMD.