[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text!

A script by Boost

No reviews yet.
[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! main image

Full Description

Hey, today I’am releasing my long worked on project. It’s a alias command for fivem.
You can set alias to be displayed on top of your friends. Easy to configure and its standalone!

  • Tag your friends with a custom text on top of them.
  • All of the alias are saved in database and are loaded when player joins.

Config = {}
Config.Debug = true
Config.Distance = 3.0
Config.Locale = 'en'

Config.Translation = {
    ['lt'] = {
        ['player_AlreadySet'] = 'Jau esi šitam žaidėjui priskyres varda',
        ['player_SetAlias'] = 'Sėkmingai uždėjote žaidėjui varda ',
        ['player_DoesntExist'] = 'Žaidėjas neegzistuoja',
        ['player_AliasRemoved'] = 'Žaidėjui nuimtas vardas',
        ['command_alias'] = 'alias',
        ['command_removealias'] = 'removealias'
    },
    ['en'] = {
        ['player_AlreadySet'] = 'Alias already set to player',
        ['player_SetAlias'] = 'Succesfully set alias ',
        ['player_DoesntExist'] = 'Player doesnt exist',
        ['player_AliasRemoved'] = 'Alias was removed',
        ['command_alias'] = 'alias',
        ['command_removealias'] = 'removealias'
    }
}

function SendNotification(type, text)
    local _text = ''
    if type == 'error' then
        _text = '~r~' .. text
    elseif type == 'success' then
        _text = '~g~' .. text
    end
    SetNotificationTextEntry("STRING")
    AddTextComponentString(_text)
    DrawNotification(0, 1)
end

  • 1.0 Initial release
  • 1.1 Price was cut to 12.10 with taxes

The script is not obfuscated or ip locked

Should I make a light version of this script for free ?
  • Yes
  • No
0 voters