![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! main image](https://forum-cfx-re.akamaized.net/optimized/4X/1/4/4/1443570eddeb6e4a7866a162da0259d761aced68_2_517x258.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/1/4/4/1443570eddeb6e4a7866a162da0259d761aced68_2_517x258.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 2](https://forum-cfx-re.akamaized.net/original/4X/3/1/5/315672d3479e653e54d326186d271a0becdb5334.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 3](https://forum-cfx-re.akamaized.net/original/4X/8/5/1/85119da19893ec78579716d7e164dd3dd0b91185.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 4](https://forum-cfx-re.akamaized.net/original/4X/9/a/9/9a92dc3eae7a8a614452474fcd8c6668e718144f.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 5](https://img.youtube.com/vi/4L_Fc3I4Yr4/hqdefault.jpg)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 6](https://forum-cfx-re.akamaized.net/original/4X/2/e/2/2e23cf4769eff83cdf5cb1c3e92508da3787fbea.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 7](https://forum-cfx-re.akamaized.net/original/4X/c/5/7/c5786850237bd845ad4bbbd1703241c4a11fbc73.png)
![[Realese] [Paid] [Standalone] Boost's Alias command. Tag your friends with a custom text! thumbnail 8](https://forum-cfx-re.akamaized.net/original/4X/2/4/2/242b7992cd2a6f1df9725d4dac180c5185f7c890.png)
Price
UnknownA script by Boost
Price
UnknownHey, 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!
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
The script is not obfuscated or ip locked
No approved reviews found for this script yet.