20.10.2010, 04:37
Quote:
it ends up saying ( 0 ), said testing, how do I make it say their name?
Thankyou for the help man |
new plrname[MAX_PLAYER_NAME];
GetPlayerName(playerid, plrname, sizeof(plrname));
format(string, sizeof(string), "( %s ), said testing", plrname);
SendClientMessage(playerid, 0xFFFFFFAA, string);