Garry's Mod

Garry's Mod

502 arvostelua
Basiilleaf Cat
3
3
5
3
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Content Type: Addon
Addon Type: Model
Addon Tags: Cartoon, Comic, Fun
Tiedostokoko
Julkaistu
Päivitetty
4.726 MB
3.9.2024 klo 10.58
3.9.2024 klo 11.22
2 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Basiilleaf Cat

Kuvaus
Silly cat, very silly cat.


this addon includes:
-Playermodel


Don't forget to support me if you liked the addon.





WARNING!
Do not reupload or
will be in trouble.



tags: basiilleafcat kitty pm playermodel meow silly
Suositut keskustelut Näytä kaikki (2)
6
10.10.2024 klo 13.56
guys
santa
1
25.3. klo 10.13
it doesnt exsist?
xXEvans_gamingXx
117 kommenttia
The_Player_13_YT 6.6. klo 13.44 
peak
SubSpace103 6.6. klo 7.39 
the skrunkly silly billy goofball goober :3
Leonardo_87 28.5. klo 14.31 
I love cats Lol
gato tontin.
LoganDoesStuff 24.4. klo 8.22 
the little brainless critter
Vertlex  [tekijä] 25.3. klo 10.13 
I don't trust on any AI generated code, I'm worried to broke the model up and lose everything if I don't saved before. By the way I will try one day on that, thanks.
toyahfur 24.3. klo 23.47 
Or maybe this may help you:

function GM:PlayerSetHandsModel(ply, hands)
-- Retrieve the skin value from your convar or NW variable
local skin = ply:GetInfoNum("your_skin_convar", 0)
local handInfo = {
model = "models/weapons/c_arms_default.mdl", -- default viewmodel
skin = skin,
body = ""
}

-- Change the hand model based on the skin selection.
if skin == 1 then
handInfo.model = "models/weapons/c_arms_variant1.mdl"
elseif skin == 2 then
handInfo.model = "models/weapons/c_arms_variant2.mdl"
end

-- Apply the model and skin
hands:SetModel(handInfo.model)
hands:SetSkin(handInfo.skin)
-- Optionally, update bodygroups if needed:
-- hands:SetBodyGroups(handInfo.body)
end
toyahfur 24.3. klo 23.37 
Do you know how to make a "hook"? I actually have no skills but I asked AI how to sync viewmodelm it would work like this:

[ Player changes skin via slider ]

[ Player entity gets new skin index ]

[ World Model (Cat body) updates automatically ]

[ Viewmodel (Hands/Arms) remains unchanged ]
[ Hook detects skin mismatch ]

[ hook calls vm:SetSkin( ply:GetSkin() ) ]

[ Viewmodel updates to the new skin ]

Its called smth like Think Hook, maybe you can try finding a tutor on yt or use AI's help
Vertlex  [tekijä] 21.3. klo 13.19 
i'm not racist, but I don't know how to make hand become black when you pick the black version.
toyahfur 21.3. klo 12.10 
black version has white hands in 1st person :steamsad: