ติดตั้ง 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