Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/renzuzu/renzu_customs into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
renzuzu committed Sep 17, 2021
2 parents 17b8521 + 457907d commit 66cfc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Citizen.CreateThread(function()
SetBlipDisplay(blip, 4)
SetBlipScale (blip, v.Blips.scale)
SetBlipColour (blip, v.Blips.color)
SetBlipAsShortRange(blip, true)
BeginTextCommandSetBlipName('STRING')
AddTextComponentSubstringPlayerName("Mechanic Shop: "..k.."")
EndTextCommandSetBlipName(blip)
Expand Down

0 comments on commit 66cfc67

Please sign in to comment.