• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Addon For quest please!!

luis fer

New Member
Joined
Sep 6, 2010
Messages
3
Reaction score
0
Hello people I would ask the scrip otland the addon for quest (which, just click on the statue of the full addon) I beg you
 
Here it is
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid, 9001) == -1 then
doPlayerAddOutfitId(cid, 1, 3)
doCreatureSay(cid, 'You can now wear citizen addons!', TALKTYPE_ORANGE_1)
setPlayerStorageValue(cid, 9001, 1)
else
doPlayerSendCancel(cid, 'You already have this addons.')
end
return true
end
 
Back
Top