Simple question - entity orientation
#1
Last edited by josephmann on Sat Nov 23, 2019 4:39 pm, edited 1 time in total.
Code: Select all
local direction = {x=0, y=0, z=0};
GetAngles(direction);
Code: Select all
local params = {};
params.class="Spitfire";
ID = System.SpawnEntity(params);
ID:SetPos(pos);
ID:SetAngles(angles);
ID.Properties.Stuff = MoreStuff.......etc etc
Return to “General Discussion”
Users browsing this forum: No registered users and 3 guests