Hello,
Some can help me with this? when i look player show resets in Server Log i want shoe in Default here the script:
Thx
Some can help me with this? when i look player show resets in Server Log i want shoe in Default here the script:
Code:
function onLook(cid, thing, position, lookDistance)
if isPlayer(thing.uid) then
doPlayerSendTextMessage(cid, 25, 'Resets: ' .. math.max(0, getPlayerStorageValue(thing.uid, 36874)))
end
return true
end
Thx