• 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!

Help

Gizzoy

New Member
Joined
Aug 4, 2007
Messages
19
Reaction score
0
function onStepIn(cid, item, frompos, itemEx, topos)
if getPlayerStorageValue(cid,1500) < 1 then
doPlayerRemOutfit(cid, 288, 2)
doPlayerRemOutfit(cid, 289, 2)
doCreatureSay(cid, "Welcome to 'servernamn' hope you enjoy your stay!", TALKTYPE_ORANGE_1)
setPlayerStorageValue(cid,1500,1)
else
doPlayerSendCancel(cid,"welcome back!")
end
return TRUE
end
this should remove a players outfit when it login on the square, but it dosent remove the outfit just the addons, how should i do to remove the whole outfit?
 
Back
Top