Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[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
It works just fine for me, my game automatically updates itself.