new Name[MAX_PLAYER_NAME],String[MAX_PLAYERS]; GetPlayerName(playerid, Name, sizeof(Name)); format(String, sizeof(String), "%s entered the vault.",Name); SendClientMessageToAll(0xBFBFBFFF, String);