Quote:
Originally Posted by Don Correlli
pawn Код:
public OnPlayerText(playerid, text[]) { new string[128], playername[MAX_PLAYER_NAME]; GetPlayerName(playerid, playername, sizeof(playername)); format(string, sizeof(string), "%s (%i): %s", playername, playerid, text); SendClientMessageToAll(0xFFFFFFAA, string); return 1; }
|
How will that work? It'll just say things twice won't it?