Page 2 of 8 FirstFirst 1234 ... LastLast
Results 16 to 30 of 112
  1. #16
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Quote Originally Posted by smokeyy9 View Post
    Can someone tell me what I am doing wrong. I put in "10Rnd_762x54_SVD", into my script but it won't spawn any svd ammo. Can anyone tell me what I'm doing wrong?
    are you doing
    Code:
    player addmagazine "10Rnd_762x54_SVD"
    ??
    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.

  2. #17
    Roclan's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Australia
    Posts
    268
    Reputation
    96
    Thanks
    3,209
    My Mood
    Amused
    There is also the
    PDW: player addweapon "UZI_EP1"; (legal) Ammo: player addmagazine "30Rnd_9x19_UZI";
    player addweapon "UZI_SD_EP1"; (illegal) player addmagazine "30Rnd_9x19_UZI_SD";
    Last edited by Roclan; 08-18-2012 at 05:55 AM.
    [IMG]https://images.akamai.steamuserconten*****m/ugc/392168636454389155/A891D9AED8575CD7FE83756E09EED047FB0CC090/[/IMG]

  3. #18
    maaxi's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    What do I do for Trapbear? I know for weapons i add the player addweapon etc etc but for items?

  4. #19
    stickd34th's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    163
    Reputation
    84
    Thanks
    140
    Quote Originally Posted by maaxi View Post
    What do I do for Trapbear? I know for weapons i add the player addweapon etc etc but for items?
    Its also addweapon but you'll have to find the ID for bear trap.

  5. The Following User Says Thank You to stickd34th For This Useful Post:

    maaxi (08-18-2012)

  6. #20
    maaxi's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Isn't it just TrapBear? anyways thanks for the reply

    EDIT: Also, is it the same for cows chickens etc.? addweapon cow1? lol
    Last edited by maaxi; 08-18-2012 at 12:41 PM. Reason: Another Question

  7. #21
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Quote Originally Posted by maaxi View Post
    Isn't it just TrapBear? anyways thanks for the reply

    EDIT: Also, is it the same for cows chickens etc.? addweapon cow1? lol
    Please use the stickied thread.
    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.

  8. #22
    AceJoker74's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    93
    Reputation
    109
    Thanks
    3
    My Mood
    Dead
    I'm trying to spawn in UH1H would this be right? \ca\ui\scripts\handleGear.sqf'; _dummy = [_this,'onLoad'] execVM '\ca\ui\scripts\handleGear.sqf'; _dummy; player addMagazine "UH1H_DZ";

    seems it would come up as an error or something when I was in a server, but didn't affect my inventory.

  9. #23
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Quote Originally Posted by AceJoker74 View Post
    I'm trying to spawn in UH1H would this be right? \ca\ui\scripts\handleGear.sqf'; _dummy = [_this,'onLoad'] execVM '\ca\ui\scripts\handleGear.sqf'; _dummy; player addMagazine "UH1H_DZ";

    seems it would come up as an error or something when I was in a server, but didn't affect my inventory.
    Oh lawd. Please look up what player addMagazine does on BIS Community Wiki.
    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.

  10. #24
    lijj1995's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    In the clouds
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Is there a way to spawn a wall of some sort so I can block an area off? I've seen that Arma catalog website but they don't have just a simple wall. Any ideas?

  11. #25
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Quote Originally Posted by lijj1995 View Post
    Is there a way to spawn a wall of some sort so I can block an area off? I've seen that Arma catalog website but they don't have just a simple wall. Any ideas?
    Yes. There is a very well known script that uses 230
    Code:
    "Land_HBarrier_large"
    to surround an area.
    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.

  12. #26
    lijj1995's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    In the clouds
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Quote Originally Posted by lockdown6435 View Post
    Yes. There is a very well known script that uses 230
    Code:
    "Land_HBarrier_large"
    to surround an area.
    So will this COMPLETELY incase an area or just add a wall in front of me? I'm trying to fortify an area so I can park my vehicles and stuff inside for protection, and yes I know there is server hoping but I just want my base to look badass.

    Thanks

  13. #27
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Quote Originally Posted by lijj1995 View Post
    So will this COMPLETELY incase an area or just add a wall in front of me? I'm trying to fortify an area so I can park my vehicles and stuff inside for protection, and yes I know there is server hoping but I just want my base to look badass.

    Thanks
    It spawns a very large brick object. It is what incases the Thunderdome (Twas what I was hinting at). A lot of these can completely surround and area.
    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.

  14. #28
    lijj1995's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    In the clouds
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Quote Originally Posted by lockdown6435 View Post
    It spawns a very large brick object. It is what incases the Thunderdome (Twas what I was hinting at). A lot of these can completely surround and area.
    Yea I've never heard of the Thunderdome before (just looked it up). So how would I go about spawning this into the game? I've only spawned myself weapons & gear before, nothing too big. Sorry for being such a nub, but I want to learn so I'm here.

    Thanks

  15. #29
    kronau's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Land roaver is legal, its the military off road

  16. #30
    lockdown6435's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    DayZ Forum Babysitter
    Posts
    1,369
    Reputation
    98
    Thanks
    5,698
    My Mood
    Tired
    Quote Originally Posted by kronau View Post
    Land roaver is legal, its the military off road
    I know. But i never see it in game. I think it's marked legal, but not technically in game.
    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.

Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. [WTS] DayZ Keys for sale [Trustable][Unbanned][Checked before purchase][Lots of keys]
    By Koala3141 in forum DayZ Selling / Trading / Buying
    Replies: 9
    Last Post: 01-04-2013, 01:52 PM
  2. [WTT] WTT [[3xWarZ guest keys for DayZ hack (Box,teleport Vehicles...) (German)]]
    By Shortyrock2 in forum DayZ Selling / Trading / Buying
    Replies: 0
    Last Post: 11-06-2012, 03:09 PM
  3. [Request] Dayz Server for Globally Banned/ Hackers
    By ImYoshi in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 19
    Last Post: 09-03-2012, 03:34 PM
  4. hack for a banned account
    By jnrz in forum WarRock - International Hacks
    Replies: 32
    Last Post: 12-24-2007, 07:49 PM
  5. help for hardware bans!
    By yomanguy in forum WarRock - International Hacks
    Replies: 8
    Last Post: 09-23-2007, 12:15 AM