You have the HomeSystem directory. Since you installed fougerite, where your rust server exe is, there is a folder called Save.
Go in it.
When you did you should see these folders:
Navigate inside Magma folder.
When you did that you copy the HomeSystem directory in it. When it's done, you...
True.
function On_EntityDeployed(Player, Entity){
if (Entity != null) {
var CX = Entity.X;
//var CY = (Entity.Y); <- This line is not required
var CZ = Entity.Z;
if(CX < 3000 || CZ > 1300) {
Entity.Destroy()...
Nah, It won't do anything with the move.
I see:
Once connected type help for a list of commands.
Always update your client when possible.
News:
Visit http://facepunch.com/showthread.php?t=1350623 to post feedback :)
Visit https://trello.com/b/S2aBOOzo/rusty-rust-remote-admin-tool to look...
Approved, but:
If you are defining variables you might want to use them. Here is correct usage:
function On_EntityDeployed(Player, Entity){
var CX = Entity.X;
//var CY = (Entity.Y); <- This line is not required
var CZ = Entity.Z;
if(CX < 3000 || CZ > 1300) {
if(Player...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.