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
See what others are saying about this script.
Share your experience and help others.