Why don't work?
The Channel PvP exists
Code:
function onKill(cid, target, lastHit)
if isPlayer(target) == true then
doPlayerSendChannelMessage(cid, getCreatureName(cid), "I have killed the ".. getCreatureName(target) .." on level ".. getPlayerLevel(target) ..".", TALKTYPE_CHANNEL_HIGHLIGHT, PvP)
end
return true
end
The Channel PvP exists