1LoL1 Posted March 2, 2015 Posted March 2, 2015 (edited) Hello, i have problem.. i want this: /setport - outputChatBox("port - location has ben succesfully created") i use /port - ("You are in /port") /portoff = i use /port and server say ("/port is off") /porton = i use /port and i can use command /port. Who this create and show me i can send 5-10€ - PayPal - Who wants to feel so can also create free . Sorry for my bad english. function pSet(source, commandName, posX, posY, posZ) local posX, posY, posZ = tonumber(posX), tonumber(posY), tonumber(posZ) if posX and posY and posZ then setElementPosition(source, posX, posY, posZ) else outputChatBox("Use: /setpos x,y,z", source, 255, 0, 0) end end addCommandHandler("setpos", pSet) Edited March 2, 2015 by Guest
WhoAmI Posted March 2, 2015 Posted March 2, 2015 You mean /setport you are creating location of teleport. Then you can teleport there using /port. You can also turn it off using /portoff and on using /porton? Yes?
1LoL1 Posted March 2, 2015 Author Posted March 2, 2015 You mean /setport you are creating location of teleport. Then you can teleport there using /port. You can also turn it off using /portoff and on using /porton? Yes? Yes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now