Skip to content

Commit

Permalink
Native
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage committed Sep 23, 2023
1 parent 5dd2018 commit 34a2e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local function createBlips()
SetBlipColour (blips[k], Config.Blip.blipColor)
SetBlipAsShortRange(blips[k], true)
BeginTextCommandSetBlipName("STRING")
AddTextComponentString(tostring(Config.Blip.blipName))
AddTextComponentSubstringPlayerName(tostring(Config.Blip.blipName))
EndTextCommandSetBlipName(blips[k])
end
end
Expand Down

0 comments on commit 34a2e32

Please sign in to comment.