Results 1 to 13 of 13
  1. #1
    slynetz1's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Help me Pls Server Modding

    Hellothis is my first thread and my english is bad ok
    i play only infected and joined "TELEPORTINFECTEDSERVER"
    and he have flags with teleport .. i want the same on my server.
    PLS HELP

  2. #2
    EcOfGeRi.'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    With Kenshin13.
    Posts
    19
    Reputation
    10
    Thanks
    49
    Use the research button next time.
    Check here.
    The plugin allows to make TP point, you just gotta find how to do is easily.

  3. The Following User Says Thank You to EcOfGeRi. For This Useful Post:

    Lovroman (01-04-2014)

  4. #3
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    Quote Originally Posted by EcOfGeRi. View Post
    Use the research button next time.
    Check here.
    The plugin allows to make TP point, you just gotta find how to do is easily.
    And what is best, solution is few threads under his thread..

  5. #4
    slynetz1's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    how can i use it im full noob in server ...

  6. #5
    EcOfGeRi.'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    With Kenshin13.
    Posts
    19
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by slynetz1 View Post
    how can i use it im full noob in server ...
    I was too.
    Decompile the god damn script, look at the code, commands, you'll get it easily.

  7. #6
    slynetz1's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Ok i am Owner now and i make Mapedit.dll and manualMapEdit.dll in the folder scrtipts and i make a new folder plugins there too
    what are the codes in game pls say me exactly i have to do (:

  8. #7
    slynetz1's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    oh no im not owner pls say me how can i make me owner and use the plugin

  9. #8
    slynetz1's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Ok i have all now plugin folder im owner everything what are the commands ? pls help

  10. #9
    L1qu1D's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    ahahaha that is my server loool ....... u need a script dude not mapedit. but the script i made it my self. not for sale! btw i´m 7ru7a ....

  11. #10
    EcOfGeRi.'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    With Kenshin13.
    Posts
    19
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by L1qu1D View Post
    ahahaha that is my server loool ....... u need a script dude not mapedit. but the script i made it my self. not for sale! btw i´m 7ru7a ....
    Map edit allow to put teleporting flags too, don't show off what "freetoDL" script do already, kinda pointless.

  12. #11
    TrainerModz's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    522
    My Mood
    Cool
    he use script and allow to teleporting flags

  13. #12
    hkDavy's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    With Kenshin13.
    Posts
    31
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by TrainerModz View Post
    he use script and allow to teleporting flags
    As said above, it's in the mapedit scripts, (manual map_edit.), use the !tp command to add teleportation points.

    Code:
                if (!(strArrays[0] != "!tp" ? true : this.creating))
                {
                    parameterArray = new Parameter[] { string.Concat("^2START SET: ", player.get_Origin()) };
                    player.Call("iprintlnbold", parameterArray);
                    this.startx = player.get_Origin().X;
                    this.starty = player.get_Origin().Y;
                    this.startz = player.get_Origin().Z;
                    this.creating = true;
                }
                else if ((strArrays[0] != "!tp" ? false : this.creating))
                {
                    parameterArray = new Parameter[] { string.Concat("^2END SET: ", player.get_Origin()) };
                    player.Call("iprintlnbold", parameterArray);
                    this.endx = player.get_Origin().X;
                    this.endy = player.get_Origin().Y;
                    this.endz = player.get_Origin().Z;
                    this.creating = false;
                    string str3 = string.Concat("scripts\\maps\\", str, ".txt");
                    newLine = new object[] { Environment.NewLine, "elevator: (", this.startx, ",", this.starty, ",", this.startz, ") ; (", this.endx, ",", this.endy, ",", this.endz, ")" };
                    File.AppendAllText(str3, string.Concat(newLine));

  14. #13
    slynetz1's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Ok im bad in english in mw3 server and scripts ok just send me pls 1 command for tp and 1 for carepackage bridges Ty

Similar Threads

  1. [Help Request] can anyone help me make this mod? for cleric
    By ariefariq2 in forum Dragon Nest Help
    Replies: 3
    Last Post: 09-23-2011, 11:07 AM
  2. [Help Request] HELP PLEASE WITH TEXTURE MOD
    By Exist190 in forum Combat Arms Mod Help
    Replies: 1
    Last Post: 09-19-2011, 02:21 AM
  3. [Help Request] Help me with my mod.
    By ikroniik in forum Combat Arms Mod Help
    Replies: 5
    Last Post: 08-26-2011, 05:42 AM
  4. [Help Request] help for my server!(again)
    By okaccll in forum Minecraft Help
    Replies: 1
    Last Post: 08-19-2011, 05:56 PM
  5. Looking for a server mod, please help me!
    By duydangle in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 1
    Last Post: 10-24-2010, 04:33 PM

Tags for this Thread