T O M E K
Active User
- Dołączył
- Kwiecień 5, 2008
- Posty
- 97
- Liczba reakcji
- 10
- Wiek
- 33
prosz? o pomoc mam most dal pacc ale on tereportuje tylko efect oto skrypt
Kod:
function onStepIn(cid, item, pos)
local pl = isPlayer(cid)
local tppos = {x=403, y=1010, z=7}
if not isPremium(cid) and pl == 1 then
doTeleportThing(pl,tppos)
doSendMagicEffect(tppos,12)
end
return 1
end