Page 1 of 3 123 LastLast
Results 1 to 15 of 36
  1. #1
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

    Cool DayZ Mod: Teleport all Players

    Some Simple Sqf TP, works in Arma 2, Arma 3, DayZ: Mod.

    Teleport All Players:
    Code:
            _players = playableUnits;
    	if (player != _x) then 
    	{
    		_dir = getdir vehicle player;
    		_pos = getPosATL vehicle player;
    		_pos2 = [(_pos select 0)+(2+random 10)*sin(_dir),(_pos select 1)+(2+random 10)*cos(_dir),(_pos select 2)];
    		deleteVehicle _x;
    		_x setPosATL _pos2;
    	}foreach _players;
    Teleport All Players Repeatedly:
    Code:
    while {true} do 
    {
    	_players = playableUnits;
    	if (player != _x) then 
    	{
    		_dir = getdir vehicle player;
    		_pos = getPosATL vehicle player;
    		_pos2= [(_pos select 0)+(2+random 10)*sin(_dir),(_pos select 1)+(2+random 10)*cos(_dir),(_pos select 2)];
    		deleteVehicle _x;
    		_x setPosATL _pos2;
    	}foreach _players;
    	sleep 5;
    };
    Last edited by Mizzle420420; 07-01-2015 at 02:15 AM.

  2. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    Declared (07-01-2015)

  3. #2
    Declared's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    JME's Closet
    Posts
    269
    Reputation
    10
    Thanks
    292
    My Mood
    Happy
    Good release. Hey Mizzle, I heard you are battling cancer, I know that must be hard man.. just stay strong.

  4. #3
    Jun19972's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    39
    My Mood
    Paranoid
    Quote Originally Posted by Declared View Post
    Good release. Hey Mizzle, I heard you are battling cancer, I know that must be hard man.. just stay strong.
    I have a friend that is battling cancer i feel pain for anyone that is going through hope you win mizzle
    What Comes with power comes great responsibility - Talkin about you NormenJay

  5. #4
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Declared View Post
    Good release. Hey Mizzle, I heard you are battling cancer, I know that must be hard man.. just stay strong.
    That is completely false, I'm not sure where you heard that but they don't seem to be a creditable source.

  6. #5
    Jun19972's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    39
    My Mood
    Paranoid
    Quote Originally Posted by Mizzle420420 View Post


    That is completely false, I'm not sure where you heard that but they don't seem to be a creditable source.
    will i guess you shouldnt believe everything on the internet xD
    What Comes with power comes great responsibility - Talkin about you NormenJay

  7. #6
    Jme's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Balls Deep
    Posts
    1,214
    Reputation
    35
    Thanks
    9,758
    Quote Originally Posted by Mizzle420420 View Post


    That is completely false, I'm not sure where you heard that but they don't seem to be a creditable source.
    someone also told me you had 3 testicles, and you went in to have 1 removed, but they removed 2 by mistake, so now you have 1 ball, then you were mad so they inflated it. now you have 1 gigantic ball, is that true?

  8. #7
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Jme View Post


    someone also told me you had 3 testicles, and you went in to have 1 removed, but they removed 2 by mistake, so now you have 1 ball, then you were mad so they inflated it. now you have 1 gigantic ball, is that true?
    I in fact have two normal size testicles with no surgery required

  9. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    luke_c_j (10-16-2015)

  10. #8
    .T-Bone's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    "Don't dream your dream, Live your dream" - Me
    Posts
    86
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    nice release

  11. #9
    Madrox's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    5
    My Mood
    Twisted
    Iread this while drinking a soda..and i snarfed it..... :-(

  12. #10
    Declared's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    JME's Closet
    Posts
    269
    Reputation
    10
    Thanks
    292
    My Mood
    Happy
    Quote Originally Posted by Jme View Post


    someone also told me you had 3 testicles, and you went in to have 1 removed, but they removed 2 by mistake, so now you have 1 ball, then you were mad so they inflated it. now you have 1 gigantic ball, is that true?
    That was me Jme.. Unfortunately..

  13. #11
    Kitchenary's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    10
    Thank you for the release!

  14. #12
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Jun19972 View Post
    I have a friend that is battling cancer i feel pain for anyone that is going through hope you win mizzle
    Nice signature btw

  15. #13
    Jun19972's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    39
    My Mood
    Paranoid
    Quote Originally Posted by Mizzle420420 View Post


    Nice signature btw
    ty it was made long ago when he was still alive in this forum seems that he died out because he was a skid himself
    What Comes with power comes great responsibility - Talkin about you NormenJay

  16. #14
    GoldFarash's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    London
    Posts
    47
    Reputation
    74
    Thanks
    3
    My Mood
    Amazed
    Thank you for sharing! Have used it a lot already

  17. #15
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Jun19972 View Post
    ty it was made long ago when he was still alive in this forum seems that he died out because he was a skid himself
    His pc broke or someshit.

Page 1 of 3 123 LastLast

Similar Threads

  1. [WTS] ►►► DayZ Mod Spawning, all mods (low price)◄◄◄ [CHEAP] [FAST]
    By expen85 in forum DayZ Selling / Trading / Buying
    Replies: 11
    Last Post: 01-05-2015, 07:15 AM
  2. [WTS] DayZ Mod Spawning [ALL-MODS][CHEAP]
    By The Corvo in forum DayZ Selling / Trading / Buying
    Replies: 2
    Last Post: 07-26-2014, 05:36 AM
  3. [WTS] -, DayZ Mod Spawning-,[ALL MODS][2 VOUCH COPYS][24/7 Online!]
    By IstoreKeys in forum DayZ Selling / Trading / Buying
    Replies: 1
    Last Post: 07-19-2014, 11:26 AM
  4. [WTS] uhZylons All DayZ Mod Spawning/Car Teleporting [£2.00/$2.50]
    By uhZylon in forum DayZ Selling / Trading / Buying
    Replies: 9
    Last Post: 12-26-2013, 12:16 PM
  5. Teleport All Player in Server to One Location
    By doom14 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 0
    Last Post: 08-18-2012, 08:19 AM