Garry's Mod
26 人が評価
MWInfo - MW2019 Widgets
   
アワード
お気に入り
お気に入り
お気に入りから削除
Content Type: Addon
Addon Type: Tool
Addon Tags: Scenic
ファイルサイズ
投稿日
更新日
5.008 KB
2022年9月25日 9時54分
2023年6月24日 13時48分
4 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
MWInfo - MW2019 Widgets

lambups 作成の 2 件のコレクション
Modern Warfare - Suggested Addons
20 アイテム
battle_fought_suggested_addons_
18 アイテム
解説
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 件のコメント
chin 2024年3月22日 15時06分 
no
⸸ₓナイトメアₓ⸸ 2024年3月22日 13時58分 
@joe bob, son of billy joe bob

Troll
chin 2024年3月22日 13時46分 
addon kinda sucks
lambups  [作成者] 2024年3月22日 13時41分 
no way
⸸ₓナイトメアₓ⸸ 2024年3月22日 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 2024年2月27日 12時19分 
addon kinda sucks
lambups  [作成者] 2024年2月27日 12時17分 
fuck off
chin 2024年2月27日 12時15分 
gmod comments section as factual as ever this addon kinda sucks
lambups  [作成者] 2024年2月27日 11時54分 
thank you so much
Lombaxtard 2024年2月27日 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