Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
function onLook(cid, thing, position, lookDistance)
if(isPlayer(thing.uid)) then
local r = getPlayerReborn(getCreatureName(thing.uid))
if r <= 0 then
doPlayerSendTextMessage(cid, 20, ""..getCreatureName(thing.uid).." nie ma zadnego rebornu.")
else
doPlayerSendTextMessage(cid, 20, ""..getCreatureName(thing.uid).." ma "..r.." reborn/?w.")
end
end
return true
end
<event type="look" name="onLookReborn" event="script" value="reborn/lookReborn.lua"/>
registerCreatureEvent(cid, "onLookReborn")