function hit (killer, killerweapon, bodypart)
if (killer) and (killer ~=source) then
local x,y,z = getElementPosition(source)
setElementPosition(source,x,y+0.1,z+0.1)
outputChatBox('You Got Hit an Moved to BlaBlaBla',source,255,255,0)
end
addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), hit)