String layout

This commit is contained in:
Vortrex
2022-02-10 18:00:55 -06:00
parent ac045a75db
commit a8f37405bf

View File

@@ -784,7 +784,7 @@ function setBusinessBlipCommand(command, params, client) {
resetBusinessBlips(businessId); resetBusinessBlips(businessId);
getBusinessData(businessId).needsSaved = true; getBusinessData(businessId).needsSaved = true;
messageAdmins(`{ALTCOLOUR}${getPlayerName(client)} {MAINCOLOUR}set business {businessBlue}${getBusinessData(businessId).name} {MAINCOLOUR}blip display to {ALTCOLOUR}${toLowerCase(typeParam)}`); messageAdmins(`{ALTCOLOUR}${getPlayerName(client)} {MAINCOLOUR}set business {businessBlue}${getBusinessData(businessId).name}{MAINCOLOUR} blip display to {ALTCOLOUR}${toLowerCase(typeParam)}`);
} }
// =========================================================================== // ===========================================================================