Jump to content

MeIvin

Member
  • Content Count

    61
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

10 Good

2 Followers

About MeIvin

  • Rank
    Corporal

core_pfieldgroups_3

  • Occupation
    Student
  1. MeIvin

    Simple trigger help

    Just remember that addScore must be run on the server to work properly, as per: https://community.bistudio.com/wiki/addScore (which it will since it's in the init). But it might be an idea to place the code in initServer.sqf to prevent it from running on all the clients. Melvin
  2. Hello, hopefully this thread will be filled with missions I make. Right now there's only one: Operation Free Speech Operation Free Speech Co-12 [ALPHA] It's a short hostage rescue mission, suitable for 4-12 players. No respawn No JIP Fun for the entire family, except maybe grandma? Want to know more about the mission? Here's a part of the briefing: Known bugs: Feel free to provide constructive feedback, and have fun! Thanks to armaholic for hosting! Melvin
  3. Hello, the documentation for "RE" (multiplayer framework): http://community.bistudio.com/wiki/Multiplayer_framework Hope this helps. Melvin //edit I was too slow.
  4. MeIvin

    MBG Cindercity

    Thank you for your work!
  5. MeIvin

    MBG_Killhouses

    Thank you! Can't wait to try them out!
  6. MeIvin

    MBG_Killhouses

    Awesome doesn't even begin to describe this. Great work, and thank you for sharing it! Kind Regards, Melvin
  7. MeIvin

    Addaction and playsound

    Hello, addAction is local, so what you need to do is make it global. The multiplayer framework is a good tool for that (http://community.bistudio.com/wiki/Multiplayer_framework) To make it work you place the functions module in the editor and use rPlaysound (it is supported by multiplayer framework) in your script. it should look like waituntil { !isNil "BIS_fnc_init" }; [nil,nil,rPlaysound,"blownammo"] call RE; and that should work. Kind regards, Melvin
  8. Hello, I don't understand, what are you trying to limit it to? From what I understand you want to spawn a guy in either a random location, or you want to spawn several guys at several locations. In which case I don't see the limitations with the solution I gave you. If you know the locations you want him to be spawned, and want it in an array, walk around on the map and find the exact positions you want him to spawn using the method described in the link (it will in fact create an array with the positions you want for you!). (You do have to do some work though in removing the random part if you don't want it to be random.) Or do you want to spawn a house as well? if so you can get the class name from a list here: http://www.armatechsquad.com/ArmA2Class/ or just do what Muzzle suggests. Kind Regards Melvin
  9. Hello Kolmain, check this out: http://forums.bistudio.com/showthread.php?t=113641 Should be a solution for your array problem :) Kind Regards Melvin
  10. MeIvin

    Are these normal textures?

    Hello, what you've got there are BAF units, without the BAF DLC. If you buy the DLC you will get them high res. It's been given to you in low resolution to make the game compatible for people who bought the DLC and those who didn't. Kind regards, Melvin
  11. Hello! It could be a way to prevent AI to keep sitting in the vehicle after they've been driving and ran out of fuel. Would be pretty silly if they have to go somewhere and they keep sitting in the vehicle looking out the windows. Maybe it's a "fix" from bis? Kind regards, Melvin
  12. Hello. I guess you could set up a trigger that fires if the team dies, that removes the points? Or even a "punishment" for each team member that dies (and if all of them dies all the points are removed. ie. (total points)/(amount of team mates) , and then remove that amount when one team member dies. As that would also promote keeping the entire team alive? Just some suggestions, neither should be to hard to do. Kind regards, Melvin
  13. MeIvin

    RH SMG pack for OA / CO

    Very cool! Thank you so much for doing this Robert :)
  14. Hello! First off, great stuff! This is looking awesome! Secondly, I'm not sure if it is possible, but I've always wanted the possibility to swap the stock of the rifle from my right shoulder to the left (as if I was shooting as a left handed person). As that is something I find useful in CBQ, but is lacking from arma. Is this something you have given any thought? Kind Regards Melvin
  15. Hello! If you give the unit magazines before you give them the gun it will be loaded. Kind regards Melvin
×