I want to create smoke at the barrel of this gun for the mod i am making..
shield = CreateThingAtPos(shield_tpl, GetThingSector(player), GetThingPos(player), '0 0 0');
this is what it will create it will make a shield right in front of the player... but as of right now because of GetThingPos(player) it puts it in the middle of the players body and i dont know exactly how to move it forward on the Y axis.. so thats what i need some help on if anyone would be willing to do that for me thanks!
shield = CreateThingAtPos(shield_tpl, GetThingSector(player), GetThingPos(player), '0 0 0');
this is what it will create it will make a shield right in front of the player... but as of right now because of GetThingPos(player) it puts it in the middle of the players body and i dont know exactly how to move it forward on the Y axis.. so thats what i need some help on if anyone would be willing to do that for me thanks!