27.02.2013, 22:26
So, If I have two strings defined, like "name" and "message", and I want to send them both in the same "SendClientMessageToAll();" how can I do it?
Something like that
Код:
SendClientMessageToAll(COLOR_LIGHTBLUE, "(ADMIN) "+ user + " says " message);