Adminjacek
Administrator
Dołączył: 28 Paź 2006 Posty: 58
Przeczytał: 0 tematów
Ostrzeżeń: 0/10
|
Wysłany: Czw 21:46, 09 Lis 2006 Temat postu: Teleport scroll 7.6 |
|
|
function onUse(cid, item, frompos, item2, topos)
newnpos = {x=451, y=568, z=7} //niezej
if item.itemid == 2757 then
doTeleportThing(cid,newnpos) //teleport belebeBle...
doPlayerSendTextMessage(cid,22,"Fju... Wrescie w miescie ;o[/color]") //nieze
doSendMagicEffect(newnpos,10) // Wysyla efekt magiczny
doRemoveItem(item.uid,2757) // usuwa scrolla usun jak chcesz zaby zostawal
else
return 0
end
return 1
end
W czerwonym podaj tekst po tp
a w niebieskim x,y,z
wyjasnienia by me
Post został pochwalony 0 razy
|
|