cichymorderca
New User
- Dołączył
- Kwiecień 4, 2008
- Posty
- 2
- Liczba reakcji
- 0
Potrzebuje skrypt na pod?og? kt?ra b?dzie wpuszcza? od lvl a je?eli kto? nie ma to teleportuje jedn? kratk? do ty?u. tibia 8.54; ]
local level = 100
local twojeuid = 5656
function onStepIn(cid, item, position, fromPosition)
if getPlayerLevel(cid) < 100 and item.uid ~= twojeuid then
doTeleportThing(cid, fromPosition)
end
end