23.09.2014, 16:26
You need to return 0 in OnPlayerText and make a format of how each player's text will be shown
The admin text would be similar to
The admin text would be similar to
pawn Код:
new string[128];
format(string,sizeof(string),"%s",text);
SendClientMessageToAll(-1,string);