You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about dear, I'm trying to add support with pac3 in the "PANEL:UpdateModel()" section in this function I can't think of how to add that compatibility
The text was updated successfully, but these errors were encountered:
if(IsValid(self.model)) then
self.model:SetModel(self:GetCharacter().model or self:GetCharacter():GetPlayer():GetModel(), self:GetCharacter().vars.skin or self:GetCharacter():GetData("skin", 0))
for k, v in pairs(self:GetCharacter().vars.groups or self:GetCharacter():GetData("groups", {})) do
self.model.Entity:SetBodygroup(k, v)
end
local ply = self:GetCharacter():GetPlayer()
local character = self:GetCharacter()
local charPanel = character:GetCharPanel();
for _, v in pairs(charPanel:GetItems()) do
if (v.pacData) then
end
end
end ``
How about dear, I'm trying to add support with pac3 in the "PANEL:UpdateModel()" section in this function I can't think of how to add that compatibility
The text was updated successfully, but these errors were encountered: