19.06.2014, 14:57
how to show this message PrinXe(0) has joined the server.[country]
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(str, sizeof(str), "%s | %d has Joined The Name Of Your SERVER", name, playerid);
SendClientMessageToAll(0xFFFFFFAA, str);