Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Vanklinken

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Vanklinken

  • Rank
    Rookie

core_pfieldgroups_3

  • Interests
    Fencing,shooting, archery,Warhammer battle, Warhammer 40k

Contact Methods

  • Biography
    Student
  1. Thanks for the help, that really simplifies things for me;)
  2. Great, thanks for the swift answers! By the way, is there a way to find the vehicle classnames in an addon? i started searching in the PBO files with an editor but i've had no luck so far. is there a certain keyword to find or something?
  3. for instance i wanna add this vehicle : the amx 10 rc fom HEXA mod, Class : "HEXA_10RC" What do i need to add before it? tank= that would give: tank="HEXA_10RC" or something else, for instance =car or = truck?
  4. Thanks mate, it seems to have worked, all of a sudden i was "pushed" by something and when i looked behind, the tank was there:rolleyes: as for module-added vehicles, how do i know if the're "tank=" "car=" etc...?
  5. Thanks for the answers, i tried both, but neither worked. I tried the 1st example given at http://community.bistudio.com/wiki/createVehicle_array like this :veh = createVehicle ["ah1w", position player, [], 0, "FLY"] but nothing happened, then i tried " that gave this : "M1Abrams" createVehicle position player; nothing happened there either, did i do something wrong?
  6. Hi, beeing quite new to scripting i can only handle basic things. So far i've been able to add weapons to my character via the debug console found here :http://www.armaholic.com/page.php?id=5773 basically what i do is,for example : player addweapon "ado_famasf1" i did the same with magazines and it works too. Now, what i'm trying to do is add an empty vehicle via the console, so far i haven't had any luck. i've tried many commands: createunit: http://community.bistudio.com/wiki/createUnit createvehicle: http://community.bistudio.com/wiki/createVehicle createvehicle local: http://community.bistudio.com/wiki/createVehicleLocal following some of the instructions given i typed this in the console _tank = "M1Abrams" createVehicleLocal [position player] nothing worked. i've been surfing the forum for answers for about a month but to no avail. any suggestions? By the way try to keep it simple, as i said earlier i have no experiance in those things
×