mas por exemplo :
Aki tem um active de citezin :
if item.uid == 8913 then
queststatus = getPlayerStorageValue(cid,1500)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found the citizen addon full.")
doPlayerAddOutfit(cid, 128, 3)
doPlayerAddOutfit(cid, 136, 3)
setPlayerStorageValue(cid,1500,1)
else
doPlayerSendTextMessage(cid,22,"It is empty.")
end
Mas se eu quiser ue seja mage :
if item.uid == 8913 then <-- Sei que precisa, mas qual é o numero ??
queststatus = getPlayerStorageValue(cid,1500)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found the mage addon full.") <-- Mudei ...
doPlayerAddOutfit(cid, 138, 3) <-- Lista que ta no Topic
doPlayerAddOutfit(cid, 130, 3) <-- Lista que ta no Topic
setPlayerStorageValue(cid,1500,1) <-- Precisa mudar ??
else
doPlayerSendTextMessage(cid,22,"It is empty.")
end
(Perguntas estam no "code"