• SetBodydroup not work
    6 replies, posted
timer.Simple(1, function()  ply:SetModel(self.Model)  timer.Simple(3.1, function() ply:SetBodygroup( 1, 1) RunConsoleCommand( "say", ply:GetBodygroup( 1 ) ) ply:SetBodygroup( 2, 1) RunConsoleCommand( "say", ply:GetBodygroup( 1 ) ) end) end) What am I doing wrong?
what is self? what is ply? is this client or server realm?
All the rules, indexing is a bit wrong. 0 is 6 and so on
ok. post full code?
ply:SetModel(self.Model)  timer.Simple(3.1, function() ply:SetBodygroup( 5, 1) ply:SetBodygroup( 6, 1) end) end)
there's NO WAY that's the entire code, if it's all your code then i don't see any real reason why it would work
I already solved the problem yesterday. What I wrote above.
Sorry, you need to Log In to post a reply to this thread.