• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Event onCombat TFS 1.1

Xtr3m3

Member
Joined
May 14, 2009
Messages
131
Reaction score
11
Any can help me how I use combat in tfs 1.1?

Code:
function onCombat(cid, target)
    if isPlayer(cid) and isMonster(target) then
        print(getCreatureName(target))
    end
    return true
end

To check target name.
Thanks...
 
Back
Top