07.04.2013, 03:16
Forgot to ask about this:
How can I make this so the message only appears to the class?
Will that work with this?
How can I make this so the message only appears to the class?
pawn Код:
SendClientMessageToAll(0xFFFFFFF, string);
pawn Код:
SendClientMessage(0xFFFFFFF, string);

