Garry's Mod

Garry's Mod

26 ratings
MWInfo - MW2019 Widgets
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Tool
Addon Tags: Scenic
File Size
Posted
Updated
5.008 KB
25 Sep, 2022 @ 9:54am
24 Jun, 2023 @ 1:48pm
4 Change Notes ( view )

Subscribe to download
MWInfo - MW2019 Widgets

In 2 collections by lambups
Modern Warfare - Suggested Addons
20 items
battle_fought_suggested_addons_
18 items
Description
Now open-source![github.com]

Welcome to my latest addon!
These are the top-left widgets you can enable in MW2019/BOCW/Vanguard, using the Roboto font.
By default, you can enable 5 built-in widgets, which are:
mwinfo_battery - Shows laptop battery, 255% if used on a computer mwinfo_time - Shows the system time mwinfo_fps - Shows game FPS mwinfo_latency - Shows the ping of the person you are spectating, or your ping if spectating nobody mwinfo_players - Shows the amount of players
Their values can be from 0 to whatever, which will change their order
If the value is 0, it will not be shown, and if two variables have the same value, they will conflict, so please don't do that.

You can code your own by using the template below:
CreateConVar("mwinfo_whatever", 0, FCVAR_ARCHIVE, "Enables what you are going to do") hook.Add("mwinfo-init", "mwinfo-fps", function(typetable) local i = #typetable + 1 typetable = {}

typetable.ConVar = "mwinfo_whatever"
-- if Name is set to "" or the line does not exist, it will show no text on the left, as seen with time
typetable.Name = "Text that will show up. Put a # behind it if you want to translate it"
typetable.Info = function()
-- here what needs to be returned is a string. this is an example that will show the fps
local text = math.floor(1 / FrameTime())
return tostring(text)
end
end)
28 Comments
ra 22 Mar, 2024 @ 3:06pm 
no
⸸ₓナイトメアₓ⸸ 22 Mar, 2024 @ 1:58pm 
@joe bob, son of billy joe bob

Troll
ra 22 Mar, 2024 @ 1:46pm 
addon kinda sucks
lambups  [author] 22 Mar, 2024 @ 1:41pm 
no way
⸸ₓナイトメアₓ⸸ 22 Mar, 2024 @ 1:41pm 
how could anybody say this addon sucks, if you dont like it go use a differnet addon. this addon is just what i was looking for!
ra 27 Feb, 2024 @ 12:19pm 
addon kinda sucks
lambups  [author] 27 Feb, 2024 @ 12:17pm 
fuck off
ra 27 Feb, 2024 @ 12:15pm 
gmod comments section as factual as ever this addon kinda sucks
lambups  [author] 27 Feb, 2024 @ 11:54am 
thank you so much
Lombaxtard 27 Feb, 2024 @ 11:32am 
Ah, GMod comments section... As trash as ever
Sleek addon btw, I can see it fitting with some custom HUDs out there pretty well