Garry's Mod

Garry's Mod

[jpSCP] Code System
L.Z|W.S 3 Feb, 2021 @ 8:52am
[SUPPORT] Status Code in the corner
It is completely black and changing it in the menu doesn't change anything
< >
Showing 1-5 of 5 comments
L.Z|W.S 3 Feb, 2021 @ 9:16am 
Okay it shows only when i'm outside of the world
L.Z|W.S 3 Feb, 2021 @ 10:13am 
Okay, i fixed it, you forgot the surface.SetDrawColor()
hook.Add( "HUDPaint", "DrawSCPCode", function()
surface.SetDrawColor( 255, 255, 255, 255 )
surface.SetMaterial( codePosition )
surface.DrawTexturedRect( ScrW() - (ScrW() * .16), -50, ScrW() * .15, ScrW() * .15)
end )
L.Z|W.S 3 Feb, 2021 @ 10:14am 
For me without it draws rectangle black
Pabz  [developer] 3 Feb, 2021 @ 4:26pm 
Mhhhh. Thank you!
L.Z|W.S 3 Feb, 2021 @ 10:25pm 
Originally posted by ItzPabz:
Mhhhh. Thank you!
No problem
< >
Showing 1-5 of 5 comments
Per page: 1530 50