WiLDTuRTLE
Member
- Joined
- Feb 26, 2011
- Messages
- 478
- Reaction score
- 5
So i've had a thread about another command and well i decided to make another thread ->
This is the script (!home) Everyone can uses it and i want it only Promoted Players, thanks
PD: If anybody can add the line "You are PZ" and "You own no house" that would be greaT
repp+ for the otlander
Code:
function onSay(cid, words, param, channel)
if getCreatureCondition(cid, CONDITION_INFIGHT) == FALSE and getHouseByPlayerGUID(getPlayerGUID(cid)) then
doTeleportThing(cid, getHouseEntry(getHouseByPlayerGUID(getPlayerGUID(cid))))
else
doSendMagicEffect(getPlayerPosition(cid),0)
end
return true
end
This is the script (!home) Everyone can uses it and i want it only Promoted Players, thanks
PD: If anybody can add the line "You are PZ" and "You own no house" that would be greaT
repp+ for the otlander