Quote:
Originally Posted by Jamester
PHP код:
SetActorFacingAngleEx(actorid, actormodel, Float:Angle)
{
new Float:x, Float:y, Float:z;
GetActorPos(actorid, x, y, z);
DestroyActor(actorid);
actorid = CreateActor(actormodel, x, y, z, Angle);
}
Not sure if it works, but worth a try.
|
This variant I know. But the realization did not fulfill the requirements to re-create the actor disappears for 1-2 seconds.