安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






https://www.microsoft.com/applied-sciences/projects/anti-ghosting-demo
Change:
MapPatcher.CVarDraw = CreateConVar( "mappatcher_draw", "0", false, false )
To:
MapPatcher.CVarDraw = CreateClientConVar( "mappatcher_draw", "0", false, false, "should map patcher draw")
you want to replace it in lua/mappatcher/cl_init.lua at line 3
its due to this line {链接已删除}<https://github.com/h3xcat/gmod-mappatcher/blob/e4f438d63aaadd8ed85b77d94d053e45739f6487/lua/mappatcher/cl_init.lua#L3>
CreateConVar should be replaced with CreateClientConVar
We hope to add more options, such as ladder, wind, gravity, weapon removal, etc
For TP and kill/remove brushes, add radio buttons and lists that server owners can fill with classnames to determine what is teleported/killed/removed on brush contact. Radio buttons could be combined, so they could check off players, NPCs, entities, or both, or just add specific classnames/SteamIDs either manually or depending on what they're looking at.
After doing the add-on Momo's Map Manipulation Tool , I have a good idea of what you may have done to make MapPatcher . ;-)
Someone have an idea why this command is missing?
Now I have managed to have no key working for the patcher menu somehow, exactly how it was when I installed it, not sure 100% how I got it working, but it was in screen.lua
And it's in sandbox or on the server That it is necessary to make the modifications ?
I run a murder server, and I want to eliminate prop blocking. The prop clip is a good fix but when ever the murder throws their knife, the knife will collide with the prop clip barrier.
Fix?
In console write this:
] mappatcher
Unknown command: _mappatcher
plz help
Fantastic addon