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

Commit c123a66

Browse files
committed
Commented out DrawTexture call in main.lua
1 parent 3b57e44 commit c123a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ AddEventHandler('RootLodge:HitContracts:C:StartMission', function()
8383
DrawInfo('Press [ ~e~K~q~ ] to get paid', 0.5, 0.95, 0.75)
8484
else
8585
DrawInfo('Press [ ~e~G~q~ ] to start a contract', 0.5, 0.95, 0.75)
86-
DrawTexture("hud_textures", "item_money", 0.5, 0.5, 0.251, 0.251, 0.0, 0, 0, 0, 240, false);
86+
--DrawTexture("hud_textures", "item_money", 0.5, 0.5, 0.251, 0.251, 0.0, 0, 0, 0, 240, false);
8787
end
8888

8989
-- Initiating the contract.

0 commit comments

Comments
 (0)