Okay i need help with making a script! i need to make a talkaction script that teleports me. so for example!!!!
local standPos = {x=585,y=937,z=7} local newPos = {x=584,y=887,z=7} function onSay(cid, param) if comparePos(getPlayerPosition(cid), standPos) then...