Posted 01 July 2015 - 09:23 PM
normal computer code:
rednet.open("top")
rednet.send(id,"tp")
rednet.send(id,"@p 1 2 3")
————————-
command computer code:
rednet.open("top")
i,x = rednet.receive()
i,y = rednet.receive()
commands.x(y)
————————
but it did't work pls help :(/>
problem= commands.x(y)===>/x @p 1 2 3
how i fix it ?
sorry for bad eng :/
rednet.open("top")
rednet.send(id,"tp")
rednet.send(id,"@p 1 2 3")
————————-
command computer code:
rednet.open("top")
i,x = rednet.receive()
i,y = rednet.receive()
commands.x(y)
————————
but it did't work pls help :(/>
problem= commands.x(y)===>/x @p 1 2 3
how i fix it ?
sorry for bad eng :/