21.09.2016, 15:15
Quote:
Quote:
|
new name[MAX_PLAYER_NAME]; new string22[100+MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); { format(string22,sizeof string22,"server: %s[ID:%d] join the server!",name, playerid); SendClientMessageToAll(COLOR_RED,string); } |
THIS IS BETTER


