Serp
/* No comment */
- Joined
- Mar 23, 2008
- Messages
- 249
- Reaction score
- 1
How can i make something understand if a players level is a certain amount higher than another players?
apockalyptik fragreward script.
How could i edit that so it understood if the killer was 200 levels higher than the target?
apockalyptik fragreward script.
PHP:
function onKill(cid, target)
if isPlayer(cid) then
killerName = getCreatureName(cid)
name = getCreatureName(target)
lvl = getPlayerLevel(target)
if lvl > 0 and lvl < 100 then
loot = 5943
How could i edit that so it understood if the killer was 200 levels higher than the target?