Blue Identity
Member
Dear community,
I am looking for a scrip, altough if it excists. That will allow me when I have acces 5 (admin acces) to step on a certain sqm.
I have found a simular script but it is used for premium players instead..
Please help is needed..
Kind regards,
+REP
I am looking for a scrip, altough if it excists. That will allow me when I have acces 5 (admin acces) to step on a certain sqm.
I have found a simular script but it is used for premium players instead..
Code:
function onStepIn(cid, item, position, fromPosition)
local newPos = {x = 1000, y = 1000, z = 7, stackpos = 1}
if isPremium(cid) == false then
doTeleportThing(cid, newPos)
end
return true
end
Please help is needed..
Kind regards,
+REP