View Single Post
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 12-20-2017 , 13:17   Re: sentry model weird issue (prop_physics_~)
Reply With Quote #2

Just do not set this:
PHP Code:
DispatchKeyValueVector(sentry"angles"vecUserAngle);
DispatchKeyValueVector(sentry"origin"vecPointPos); 
Use:
PHP Code:
TeleportEntity(sentryvecPointPosNULL_VECTORNULL_VECTOR); 
after DispatchSpawn(sentry);
__________________
neatek is offline