05.07.2017, 06:43
Quote:
Code:
new str[128], playername[MAX_PLAYER_NAME]; GetPlayerName(playername, sizeof(playername)); format(str, sizeof(str), "%s (%i): %s ",playername, playerid, text); SendClientMessageToAll(-1,str); return 0; < if you return 0 this will send the costum made message |
The correct one is that the SendClientMessageToAll will print the custom made message
But the return 0 will stop the original text from being displayed