Initial commit
This commit is contained in:
9
gamemodes/sandbox/gamemode/cl_notice.lua
Normal file
9
gamemodes/sandbox/gamemode/cl_notice.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
function GM:AddNotify( str, type, length )
|
||||
|
||||
notification.AddLegacy( str, type, length )
|
||||
|
||||
end
|
||||
|
||||
function GM:PaintNotes()
|
||||
end
|
||||
Reference in New Issue
Block a user