Garry's Mod

Garry's Mod

168 betyg
Playermodel Spawnlist
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Scenic
Filstorlek
Lades upp
Uppdaterades
1.147 KB
28 sep @ 17:05
28 sep @ 18:35
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Playermodel Spawnlist

Beskrivning
it adds Playermodel Spawnlist in Q-Menu
You can spawn Ragdoll Registered as PM(Playermodel) for PM Selector in C-Menu
core Translation support
Codes are simple so no updates are planned before it got some bugs

codes are below. see it how this addon works. coded by ChatGPT
location is lua/autorun/cl_playermodel_spawnlist.lua

if CLIENT then hook.Add("PopulateContent", "PlayerModelRagdollSpawnlist", function(pnlContent, tree) local rootNode = tree:AddNode("#smwidget.playermodel", "icon16/user.png") local viewPanel = vgui.Create("ContentContainer", pnlContent) viewPanel:SetVisible(false) rootNode.DoClick = function() viewPanel:Clear(true) local models = player_manager.AllValidModels() for name, mdlPath in SortedPairs(models) do local mdlicon = spawnmenu.GetContentType("model") if mdlicon then mdlicon(viewPanel, { type = "prop_ragdoll", model = mdlPath, nicename = name }) end end pnlContent:SwitchPanel(viewPanel) end end) end
11 kommentarer
MrBullet 6 okt @ 18:41 
GREAT
Russian Hassan 6 okt @ 8:17 
ChatGPT Fucked around at 2 and found out at 9 (9/20 rule)
Pumpkin Pie 5 okt @ 11:49 
coded by chatgpt :slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::slimehungry::sectoid:
wλterdrinker09 5 okt @ 11:42 
very helpfull
$$BALOON$$ 5 okt @ 10:42 
Even ChatGPT, can make useful addons
CashIsKing11111111 3 okt @ 15:08 
epic
I searched for something like this but was for just ragdolls, still very useful and highly appreciated, thanks a lot for this
FFSTUFF 2 okt @ 16:05 
helpful :steamhappy:
саша белый 2 okt @ 11:12 
чиназес:steamthumbsup:
乃ㄖ乃爪卂匚 Ü 30 sep @ 7:47 
Simple but useful.