09.05.2009, 14:45
Quote:
|
Originally Posted by Paladin
Is this what you mean:
Код:
public OnPlayerText(playerid, text[])
{
new string[128];
new pname[18];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s: %s (2134)", pname, text);
SendClientMessageToAll([COLOR_HERE], string);
return 0;
}
It's not tested, so not sure if it works |
Quote:
|
Originally Posted by zozo
Use the strcat and SendPlayerMessage
![]() |
Both, thx for the reply on my question


