dervin13
Active Member
- Joined
- Apr 26, 2008
- Messages
- 459
- Solutions
- 1
- Reaction score
- 28
when people go on the sqm get debug please help...
scripts
tyy
scripts
PHP:
function onStepIn(cid, item, pos)
local outfit = {lookType = getPlayerStorageValue(cid, 3331), lookHead = getPlayerStorageValue(cid, 3332), lookAddons = getPlayerStorageValue(cid, 3333), lookLegs = getPlayerStorageValue(cid, 3334), lookBody = getPlayerStorageValue(cid, 3335), lookFeet = getPlayerStorageValue(cid, 3336)}
local storage = 42325
if item.actionid == 25232 and getPlayerStorageValue(cid,storage) == 1 then
doCreatureChangeOutfit(cid, outfit)
setPlayerStorageValue(cid, storage, 0)
end
end
tyy
Last edited: