View Single Post
suhdude
Senior Member
Join Date: Mar 2016
Location: Sweden
Old 11-11-2017 , 15:06   Re: Bomb gets stuck inside player!
Reply With Quote #4

Code:
    new Float:origin[ 3 ];     pev( player, pev_origin, origin );           engfunc( EngFunc_SetOrigin, iEntity, origin );

It must have something to do with this section, is it not possible to make it spawn a little bit away from the players origin? So that it does not get stuck?

Thanks

Last edited by suhdude; 11-11-2017 at 15:07.
suhdude is offline