vichoko
Member
Hello,
i have a problem with the script:
I dont know whats wrong, but that give to me a key with aid:0.
What would be the correct form of this script?
Thanks
i have a problem with the script:
Code:
elseif (item.uid == 1000) then
-- Llave con Action 4231
doPlayerAddItem(cid, 2088, 1, 4231)
doPlayerSave(cid,TRUE)
-- doItemSetAttribute(2088, "actionid", 4231)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Oh... A KEY!")
-- setPlayerStorageValue(cid, item.uid, 1)
I dont know whats wrong, but that give to me a key with aid:0.
What would be the correct form of this script?
Thanks