Garry's Mod
Оценок: 502
Basiilleaf Cat
3
3
5
3
   
Наградить
В избранное
В избранном
Удалить
Тип контента: Дополнение
Тип дополнения: Модель
Метки дополнений: Мультфильм, Комикс, Развлечение
Размер файла
Добавлен
Изменён
4.726 MB
3 сен. 2024 г. в 10:58
3 сен. 2024 г. в 11:22
Обновлений: 2 (просмотреть)

Подпишитесь, чтобы загрузить
Basiilleaf Cat

Описание
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
Популярные обсуждения Просмотреть все (2)
6
10 окт. 2024 г. в 13:56
guys
santa
1
25 мар в 10:13
it doesnt exsist?
xXEvans_gamingXx
Комментариев: 117
The_Player_13_YT 6 июн в 13:44 
peak
SubSpace103 6 июн в 7:39 
the skrunkly silly billy goofball goober :3
Leonardo_87 28 мая в 14:31 
I love cats Lol
STRIDER / Х.А.М.Б.П (S:COP) 30 апр в 17:57 
gato tontin.
LoganDoesStuff 24 апр в 8:22 
the little brainless critter
Vertlex  [создатель] 25 мар в 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 мар в 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 мар в 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  [создатель] 21 мар в 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 мар в 12:10 
black version has white hands in 1st person :steamsad: