01.08.2013, 08:53
Hello this is my stock but it say that error wtf
Any ideas?
Код:
line of error:
SCMTF(CO_YELLOW, "Player %s has been banned.", PlayerName(playerid));
stock SCMTF(color, const str[], define)
{
new tmpbuf2[150];
format(tmpbuf2, sizeof(tmpbuf2), str, define);
SendClientMessageToAll(color, tmpbuf2);
}

