new str[50];new pName[MAX_PLAYER_NAME];GetPlayerName(playerid, pName, sizeof(pName));format(str, sizeof(str), ">> %s has joined the wwe. Join /wwe", pName);SendClientMessageToAll(COLOR_BLUE, str);