beybus
New Member
- Joined
- Oct 2, 2010
- Messages
- 110
- Reaction score
- 2
This is my script for frag reward:
Can any1 make, that only players with lvl 666+ will get nugget?
Rep+
@Edit. It should be 'Help' not 'Helo' in title.
Code:
function onKill(cid, target)
if(isPlayer(target) and (getPlayerIp(cid) ~= getPlayerIp(target))) then
if(getPlayerLevel(cid) <= getPlayerLevel(target)) then
doPlayerAddItem(cid, 2157, 1)
end
end
return true
end
Can any1 make, that only players with lvl 666+ will get nugget?
Rep+
@Edit. It should be 'Help' not 'Helo' in title.