Results 1 to 4 of 4
  1. #1
    drdicks's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Vehicle Spawning

    Ok, so, while I have no problem spawning in items, I can't figure out how to spawn in vehicles and I'm afraid i'm going to end up getting banned if I keep trying. Hate to be a begger, but any chance someone could spawn me in just one car? I'd appreciate it, thanks.

  2. #2
    DєfKOniK's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    3,262
    Reputation
    234
    Thanks
    425
    My Mood
    Cynical
    Quote Originally Posted by drdicks View Post
    Ok, so, while I have no problem spawning in items, I can't figure out how to spawn in vehicles and I'm afraid i'm going to end up getting banned if I keep trying. Hate to be a begger, but any chance someone could spawn me in just one car? I'd appreciate it, thanks.


    nope. /nuffsaid

  3. #3
    Advalorem's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    Its not been made without bypasser m8

  4. #4
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Code:
    'Goat' createunit [[(getpos player select 0), (getpos player select 1), 50], group player,'beeeh = this',  1.0, 'PRIVATE'];
     
    beeeh addMPEventHandler ['mpkilled',
    {
        vehicleToSpawn = 'UH1H_DZ';
        if (isServer) then
        {
            (vehicleToSpawn createVehicle (position beeeh))setVariable ['ObjectID', 521, true];
            dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,getPos beeeh nearestObject vehicleToSpawn];
        };
    }];
    Please use the search feature next time. Find the vehicle list on your own, I've already spoonfed your the script.
    Quote Originally Posted by VindictusMods
    I'll just change my IP, and I have all your IP's guys. So watch it. I may hack or put a virus in ur computer.
    Quote Originally Posted by sd333221
    Injecting in the lobby gets you directly banned. Thats my secret deal with Battleye, I let them have the people who can't read the instructions and they don't ban the others in return.

Similar Threads

  1. [Release] DayZ vehicle spawn script
    By Juppie902 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 23
    Last Post: 10-21-2012, 03:09 AM
  2. Dayz spawn vehicle?
    By majken92 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 5
    Last Post: 08-03-2012, 07:29 PM
  3. WarRock Auto Vehicle Repair Hack
    By mortis123 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 01-17-2006, 08:40 PM
  4. HW Man's anti-vehicle mines
    By poiu123 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-05-2006, 07:42 AM
  5. Vehicle Stealing and Vehicle auto-destroy in Havana
    By Zededarian in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 04:34 PM