Notifications and messages

Notify title and user-facing strings.

Notification config

Config.NotifyTitle = 'Ares Hydraulics'
Config.Messages = {
    notDriver = 'You must be the driver to use hydraulics.',
    noHydros  = "This vehicle doesn't have hydraulics installed.",
    usageSetKeyAdmin = 'Usage: /setjumpkey [player_id] [key]',
    usageSetKeyPlayer = 'Usage: /myjumpkey [key] (e.g., /myjumpkey H)',
    adminKeyDisabled = 'Jump key configuration is disabled for admins!',
    playerKeyDisabled = 'Jump key configuration is disabled for players!',
}

Customize title

Config.NotifyTitle = 'Lowrider System'

Translate messages

You can swap strings per language.

Config.Messages = {
    notDriver = 'Solo el conductor puede usar hidráulicos.',
    noHydros  = "Ce véhicule n'a pas d'hydraulique.",
}

Emoji / Unicode

Last updated