27.11.2009, 21:54
I typed /announce [text] and after it was closed the windows server and I must turn it on again, why?
format(str, sizeof(str), "Mod Message: %s (ID: %d) has announced: '%s'.", pName, playerid, params); SendModMsg(COLOR_WHITE, str); return 1;
Originally Posted by GMusicOn
It's kinda a easy fix though.
Code:
format(str, sizeof(str), "Mod Message: %s (ID: %d) has announced: '%s'.", pName, playerid, params); SendModMsg(COLOR_WHITE, str); return 1; |