26.12.2014, 17:35
Couldn't you do this?
new string[128];
format(STRING, "[SERVER]: %s has joined the server!", GetPlayerName(playerid));
SendClientMessageToAll(COLOR_YELLOW, string);
Or something like that to show a person has joined with _ in the name?
new string[128];
format(STRING, "[SERVER]: %s has joined the server!", GetPlayerName(playerid));
SendClientMessageToAll(COLOR_YELLOW, string);
Or something like that to show a person has joined with _ in the name?