What's the problem here?
function ChazShowLabel (hitElement)
if getElementType(hitElement) == "player" and (hitElement == localPlayer) then
LabelChaz = guiCreateLabel(0.22, 0.33, 0.59, 0.08, "Haz Modificado Tu Vehiculo!", true)
guiSetFont(LabelChaz, "sa-gothic")
guiLabelSetColor(LabelChaz, 11, 11, 160)
end
end
addEventHandler("onClientMarkerHit", marker, ChazShowLabel)
setTimer( ChazShowLabel, 2000, 1)
function desaparecer()
destroyElement( ChazShowLabel )
end