Quote:
Originally Posted by [HiC
TheKiller ]
Quote:
Originally Posted by Josh!
pawn Код:
public OnPlayerText(playerid, text[]) {
if(GetPlayerScore(playerid) == 0) { new str[128]; new name[100]; GetPlayerName(playerid, name, sizeof(name)); format(str, sizeof(str), "[Private]%s: %s", name , text); SendClientMessageToAll(COLOR_ORANGE, str); } return 0; }
|
That's the same as I posted, why are you using
The max player name is only 24, there is 76 extra cells that are not needed, the less the better  .
|
Actually you posted it at nearly the same time, and it doesn't matter if it's 76 extra cells, who gives a fuck?