Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 9838b87

Browse files
committed
Update blip style for hitman board
1 parent 5294ab4 commit 9838b87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hitman/[Core]/[Client]/main.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RegisterNetEvent('RootLodge:HitContracts:C:ShowPrompt')
2828
Citizen.CreateThread(function()
2929
for _, board in ipairs(Config.HandlerLocations) do
3030
local blipName = board.City
31-
local blipHash = GetHashKey("blip_summer_guard") -- Replace with your blip style
32-
local blip = VORPutils.Blips:SetBlip(blipName, 'blip_summer_guard', 0.2, board.x, board.y, board.z)
31+
local blipHash = GetHashKey("blip_mp_game_vip") -- Replace with your blip style
32+
local blip = VORPutils.Blips:SetBlip(blipName, 'blip_mp_game_vip', 0.2, board.x, board.y, board.z)
3333
local rawblip = blip.rawblip
3434
table.insert(rawbliparray, rawblip)
3535
end

0 commit comments

Comments
 (0)