View Single Post
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 05-28-2021 , 06:46   Re: prop_dynamic collison not rotating?
Reply With Quote #2

Code:
	float objAngles[3];
	objAngles[0] = 0.0;
	objAngles[1] = 0.0;
	objAngles[2] = 0.0;

	objAngles[1] = 90.0;
maybe you should simply try:

Code:
	float objAngles[3];
	objAngles[0] = 0.0;
	objAngles[1] = 90.0;
	objAngles[2] = 0.0;
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline