Garry's Mod

Garry's Mod

28 个评价
MWInfo - MW2019 Widgets
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 工具
插件标签: 风景
文件大小
发表于
更新日期
5.008 KB
2022 年 9 月 25 日 上午 9:54
2023 年 6 月 24 日 下午 1:48
4 项改动说明 ( 查看 )

订阅以下载
MWInfo - MW2019 Widgets

在 lambups 的 2 个合集中
Modern Warfare - Suggested Addons
19 件物品
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 条留言
Jim America 2024 年 3 月 22 日 下午 3:06 
no
Bnuymare 2024 年 3 月 22 日 下午 1:58 
@joe bob, son of billy joe bob

Troll
Jim America 2024 年 3 月 22 日 下午 1:46 
addon kinda sucks
lambups  [作者] 2024 年 3 月 22 日 下午 1:41 
no way
Bnuymare 2024 年 3 月 22 日 下午 1: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!
Jim America 2024 年 2 月 27 日 下午 12:19 
addon kinda sucks
lambups  [作者] 2024 年 2 月 27 日 下午 12:17 
fuck off
Jim America 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