10.08.2011, 02:06
SendClientMessageToAll does not have the ability to format messages, for that you need to use the format function to format an array and then send it. For example:
pawn Код:
format(Message, sizeof(Message), ">> %s(%d) has been banned. PWNTD!!! Reason:%s",iName,id,gMessage);
SendClientMessageToAll(ADMINFS_MESSAGE_COLOR, Message);