function bullet_xyz_init(e) end function bullet_xyz_main(e) if g_projectileevent_explosion ~= 0 then PromptDuration(" x: " ..g_projectileevent_x .." y: " ..g_projectileevent_y .." z: " ..g_projectileevent_z,3000) end TextCenterOnXColor(50,55,3," x: "..g_projectileevent_x.." y: "..g_projectileevent_y.." z: "..g_projectileevent_z,255,255,255) end