16.10.2013, 21:27
Edit: Check below. Silly me.
Edit 2: Lol, you've been redirected from below to above, just stick with this, full fix :P :
That was my mistake, sorry.
Edit 2: Lol, you've been redirected from below to above, just stick with this, full fix :P :
pawn Код:
public OnPlayerText(playerid, text[])
{
new chat[200], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(chat, sizeof(chat), "%s (%d): {009900}%s", name, playerid, text);
SendClientMessageToAll(0xFFFFFFFF, chat);
return 0;
}