(07-16-2019 - 12:52 AM)DreadBot Wrote: can anyone send me the code for it?
if (is_ped_shooting(player_shiet)) { V3 Coord_dest; if (WEAPON::GET_PED_LAST_WEAPON_IMPACT_COORD(player_shiet, &Coord_dest)) { FIRE::ADD_EXPLOSION(Coord_dest.x, Coord_dest.y, Coord_dest.z, /*from 0-38*/, 10.0f, false, false, false); } }