• 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!

Linux I need a help in edition in my script!

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
Hello,

I want to know how I do to put the punishment for the player dont receive the reward whem him kill a player of the same IP in that script.

Like:
PHP:
function onKill (cid, target, lastHit)
if isPlayer(target) then
doPlayerAddItem(cid, 2160, 3)
end
return true
end

Cya.
 
Back
Top