new string[64];new pName[MAX_PLAYER_NAME];GetPlayerName(playerid,pName,sizeof(pName));format(string,sizeof(string),"%s has teleported to LS Airport!",pName);SendClientMessageToAll(COLOR_PINK,string);