new string[128],PlayerName[MAX_PLAYER_NAME];GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);format(string,128,"%s opened the garagebar 1",PlayerName);SendClientMessageToAll(-1,string);