Post: How do I make an entity rotation set to look at me
06-08-2015, 03:49 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello I am trying to make something but It involves having the entity look at me, what I mean by look at me is if I move to the left or right it will turn the way I go. I would appreciate it if anyone could help me.

-Thanks for the help.
(adsbygoogle = window.adsbygoogle || []).push({});
06-10-2015, 03:16 AM #2
I think I know what you mean, if it's an model, you can set as this:

     Model()
{
if(isDefined(self.Model)) self.Model destroy();
self.self.Model = spawn("script_model",self.origin);
self.Model.angles = (Put any angle that you want it to start with here);
for(;Winky Winky
{
self.Model.angles = self.origin + (0,0,20);
wait 0.01;
}
}


If it isn't what you are looking for add me on skype: wasborntostandout maybe I can help you still. Not even sure if this is going to work at all, but it gives you the concept

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo