Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Creating thing at the barrel of a gun
Creating thing at the barrel of a gun
2001-08-16, 8:13 AM #1
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!
2001-08-16, 6:03 PM #2
Put at the end 0 -0.15 0.

↑ Up to the top!