View Single Post
tonline_kms65
Member
Join Date: Aug 2016
Location: Ru. Komsomol-on-Amur
Old 12-21-2017 , 00:05   Re: sentry model weird issue (prop_physics_~)
Reply With Quote #8

Quote:
Originally Posted by Starbish View Post
i added this right below the TeleportEntity() and nothing changed

new Float:minbounds[3] = {-200.0, -200.0, 0.0};
new Float:maxbounds[3] = {200.0, 200.0, 32.0};

SetEntPropVector(sentry, Prop_Send, "m_vecMins", minbounds);
SetEntPropVector(sentry, Prop_Send, "m_vecMaxs", maxbounds);

It worked in cs1.6(Pawn)
tonline_kms65 is offline