I'm having this issue with making NPC models that are used as playermodels to play seqences, but It's not working, I've tried Serverside and Clientside and it's not working, can anyone help?
Code:
[CODE]function GM:PlayerTick(ply,mv)
local sequence = self:LookupSequence( "walk_all" )
if mv:KeyDown() == IN_FORWARD then
ply:SetSequence(sequence)
end
end[/CODE]
I'm using the Combine Soldier Model.
[QUOTE=Robotboy655;50613918][url]http://wiki.garrysmod.com/page/Entity/SetSequence[/url][/QUOTE]
Did that just update, or was it that way and I couldn't see it. Thank you very much.
I just updated it, yes.
Sorry, you need to Log In to post a reply to this thread.