Garry's Mod
26 voti
MWInfo - MW2019 Widgets
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Content Type: Addon
Addon Type: Tool
Addon Tags: Scenic
Dimensioni del file
Pubblicato in data
Aggiornato in data
5.008 KB
25 set 2022, ore 9:54
24 giu 2023, ore 13:48
4 note di rilascio ( visualizza )

Sottoscrivi per scaricare
MWInfo - MW2019 Widgets

In 2 collezioni di lambups
Modern Warfare - Suggested Addons
20 elementi
battle_fought_suggested_addons_
18 elementi
Descrizione
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 commenti
chin 22 mar 2024, ore 15:06 
no
⸸ₓナイトメアₓ⸸ 22 mar 2024, ore 13:58 
@joe bob, son of billy joe bob

Troll
chin 22 mar 2024, ore 13:46 
addon kinda sucks
lambups  [autore] 22 mar 2024, ore 13:41 
no way
⸸ₓナイトメアₓ⸸ 22 mar 2024, ore 13:41 
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!
chin 27 feb 2024, ore 12:19 
addon kinda sucks
lambups  [autore] 27 feb 2024, ore 12:17 
fuck off
chin 27 feb 2024, ore 12:15 
gmod comments section as factual as ever this addon kinda sucks
lambups  [autore] 27 feb 2024, ore 11:54 
thank you so much
Lombaxtard 27 feb 2024, ore 11:32 
Ah, GMod comments section... As trash as ever
Sleek addon btw, I can see it fitting with some custom HUDs out there pretty well