• Fast Zombie NPC Code
    3 replies, posted
Where is this located? I want to make a 2nd set of fast zombie code but with a differnt model. Is this possible? Thanks,
[lua] local zom = ents.Create('npc_zombie') zom:SetPos(0,0,0) zom:SetModel('models/model.mdl') zom:Spawn() [/lua] [b][url=http://wiki.garrysmod.com/?title=Entity.SetModel]Entity.SetModel [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]
[QUOTE=zzaacckk;27336475][lua] local zom = ents.Create('npc_zombie') zom:SetPos(0,0,0) zom:SetModel('models/model.mdl') zom:Spawn() [/lua] [b][url=http://wiki.garrysmod.com/?title=Entity.SetModel]Entity.SetModel [img_thumb]http://wiki.garrysmod.com/favicon.ico[/img_thumb][/url][/b][/QUOTE] Aha that completly slipped my mind. Thanks! :D
Sorry, you need to Log In to post a reply to this thread.