19.05.2013, 20:54
pawn Код:
new name[MAX_PLAYER_NAME+1], string[74];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s has registered making the server has total %d players", name, sInfo[accs]);
SendClientMessageToAll(0xC4C4C4FF, string);
Код:
"%s has registered making him %d player on the server" "Welcome to the server %s. You are %d. player to register" -NOTE: change the string size accordingly.

