*&Azentrius&*
Częsty bywalec
Dołączył: 28 Gru 2006
Posty: 88
Przeczytał: 0 tematów
Ostrzeżeń: 1/7 Skąd: Z wygodnego krzesła ^^
|
Wysłany: Pon 17:55, 19 Lut 2007 Temat postu: Ważne! Proszę o pomoc!! |
|
|
No więc mam tu taki skrypt, który mi nie działa.
Jeśli któryś z was go naprawi będe niezmiernie wdzięczny.
Może dam jakąś nagrode na OTS
Cytat: |
function onUse(cid, item, frompos, item2, topos)
if item.uid == 6969 and isPremium(cid) then
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.')
return 1
end
doTeleportThing(cid,pos)
doSendMagicEffect(topos,12)
else
doPlayerSendTextMessage(cid,22,'You need premium to pass this door.')
end
return 1
else
return 0
end
end |
Taki oto błąd mi wyskakuje w konsoli.
[link widoczny dla zalogowanych]
Post został pochwalony 0 razy
|
|