yo
Made quick this script but for some reasons its not working
im not the best in lua thats why im asking
tfs 1.3
thanks
Made quick this script but for some reasons its not working
im not the best in lua thats why im asking
LUA:
function onLogin(player)
if not player:getSlotItem(CONST_SLOT_NECKLACE).itemid == 2173 then
player:sendCancelMessage("You dont have a amulet of loss!")
else
player:sendCancelMessage("You have amulet of loss!")
end
return true
end
tfs 1.3
thanks