niti
New Member
- Joined
- Nov 22, 2009
- Messages
- 258
- Reaction score
- 2
Hello every1 it's me again xD, I got a stamina script that worked before but now it doesn't " TFS. 0.3.6 " here's the script
function onUse(cid, item, fromPosition, itemEx, toPosition)
if isPlayer(cid) then
doSendMagicEffect(getThingPosition(item.uid), 2)
doCreatureSay(cid, "DESTROYED!", TALKTYPE_ORANGE_1)
doRemoveItem(item.uid)
end
return true
end
Help me please ..:/ Rep+ for helping me
function onUse(cid, item, fromPosition, itemEx, toPosition)
if isPlayer(cid) then
doSendMagicEffect(getThingPosition(item.uid), 2)
doCreatureSay(cid, "DESTROYED!", TALKTYPE_ORANGE_1)
doRemoveItem(item.uid)
end
return true
end
Help me please ..:/ Rep+ for helping me