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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
[Enhanced PlayerModel Selector] lua/autorun/lf_playermodel_selector.lua:909: Tried to use a NULL Panel!
1. RebuildSpawnIcon - [C]:-1
2. DoClick - lua/autorun/lf_playermodel_selector.lua:909
3. unknown - lua/vgui/dlabel.lua:254
If the answer to this exists somewhere else already, sorry but i couldn't find it.
#freeyoungthug
:(
But I don`t know if it will cause potential new problems.
1:Open the following directory of your gmod files:
\steamapps\common\GarrysMod\garrysmod\gamemodes\sandbox\gamemode
2:Find out and read the LUA file called "editor_player.lua"(create a backup for it before we start)
3:Remove the following code(begins at line 271):
concommand.Add( "playermodel_selector", function()
for id, icon in pairs( g_ContextMenu.DesktopWidgets:GetChildren() ) do
if ( !icon.WidgetClass or icon.WidgetClass != "PlayerEditor" ) then continue end
-- We gotta have this at the point of creation for some reason
g_ContextMenu:SetMouseInputEnabled( true )
-- Create the window
icon:DoClick()
-- Make it appear outside of the context menu
icon.Window:SetParent()
icon.Window:MakePopup()
icon.Window:Center()
break
end
end )
can anyone help pls?
all i see is the 'load selected favorite' button