- Dołączył
- Sierpień 6, 2010
- Posty
- 55
- Liczba reakcji
- 2
Prosz? o skrypt na bramk? premium pod 8.1
ps:
(?eby przejs? przez ni? potrzebny jest PACC.)
ps:(?eby przejs? przez ni? potrzebny jest PACC.)
Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
ps:function onUse(cid, item, frompos, item2, topos)
if item.actionid == 7000 and isPremium(cid) then
local pos = getPlayerPosition(cid)
if pos.x == topos.x then
if pos.y < topos.y then
pos.y = topos.y + 1
else
pos.y = topos.y - 1
end
elseif pos.y == topos.y then
if pos.x < topos.x then
pos.x = topos.x + 1
else
pos.x = topos.x - 1
end
else
doPlayerSendTextMessage(cid,22,'Stand in front of the door.')
end
doTeleportThing(cid,pos)
end
end
<action itemid="xxxx" script="paccdoor.lua" /> ((xxxx-id drzwi))
.Dziki Johnson
Polecia? repucik.
pozdro 