Results 1 to 4 of 4
  1. #1
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed

    Question playerspawns change

    Hi i am making some little maps for my mod but i can't find the code to change the playerspawn. i have search all the forums even looked with search but can't find it if someone could help me i would be very glad.

    My Mod will be a kind of gungame but with some different stuff in and you start with tk then you get the easiest killing to the pistols its quit fun.

    i can't tell to much because that would ruin the peview anyway hope you can help.

    The dark side is to strong even Yoda can't resist.

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Code:
    self.randomspawn = randomInt(5);
    if(self.randomspawn == 0)
    {
        self setOrigin((123,456,789));
    }
    if(self.randomspawn == 1)
    {
        self setOrigin((123,456,789));
    }
    if(self.randomspawn == 2)
    {
        self setOrigin((123,456,789));
    }
    if(self.randomspawn == 3)
    {
        self setOrigin((123,456,789));
    }
    if(self.randomspawn == 4)
    {
        self setOrigin((123,456,789));
    }
    if(self.randomspawn == 5)
    {
        self setOrigin((123,456,789));
    }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    come skype! i tell u



    Bring a Ding Ding Baby!

  4. #4
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    oke but my internet at home isn't working atm so i will come when it works am at school know. thnaks man for helping. master also thanks

    The dark side is to strong even Yoda can't resist.

Similar Threads

  1. [Tutorial] Change your IP to unban yourself
    By Super-Man in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 10-13-2019, 03:33 AM
  2. Change nickname plz
    By ateu666 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-10-2006, 06:59 AM
  3. change ip
    By suppaman in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-29-2006, 04:13 PM
  4. list of weapon packets changed...
    By LuKan in forum WarRock - International Hacks
    Replies: 10
    Last Post: 02-09-2006, 05:19 AM
  5. [Tutorial]Change class without respawn
    By vir2000 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-04-2006, 01:47 PM