Jump to content

jeppelykke

Member
  • Content Count

    104
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About jeppelykke

  • Rank
    Sergeant
  1. Ahh thank you so much. Wee that puts the mission to 95% done ;)
  2. Hey Hey, I currently making a night OP with special force that needs to take out a few targets at a Factory, i have created a ACM module, and linked it to a Officer and it starts up and works. However i only want it to spawn TROOP's no armor or APC's, i can't seem to figure it out, this is what i created so far. waitUntil {!isNil {myFirstACM getVariable "initDone"}}; waitUntil {myFirstACM getVariable "initDone"}; [100, myFirstACM] call BIS_ACM_setIntensityFunc; [["RU"], myFirstACM] call BIS_ACM_setFactionsFunc; [myFirstACM, 1, 10] call BIS_ACM_setSpawnDistanceFunc; ["ground_patrol", 1, myFirstACM] call BIS_ACM_setTypeChanceFunc; ["air_patrol", 0, myFirstACM] call BIS_ACM_setTypeChanceFunc; My problem is that the ACM spawns APC's agenst me, and i rather only have troops, the first few times it only spawned a Truck with men, now it seems to pick APC all the time. Could anyone tell me how to only set it up to only spawn troops.
  3. Hey Hey I build a script that fires off a Scud missile, what is the command to add a new Missile to the scud when it spent the one it shot off. Best Regards Jeppe Lykke, Denmark
  4. jeppelykke

    Flag skins

    Hey Hey (: You can download the Flag Pack at: ftp://www.flashpoint1985.com/OFPAddOn_FlagPack_updated.zip It's very simple to use, unzip the file and run the .exe file and it will install the flags. In the Readme.txt file it explains to you how to use it. Best Regards Jeppe Lykke, Denmark
  5. jeppelykke

    How to use intro

    ACK NO WHY... I want it in MP So only way i can do it by making a "camara" script and then delete/remove the base and then make a script readd them all where iwant them to ?
  6. Hey hey  I like to know how to use this INTRO when i start the editor program you start by creating a MISSION (Units,Waypoints ect) but i notice íf you click in the right panal where it says INTRO, and the mission disapare, and comes back when its selected unto Mission. What i want to know, is how can i use this and would it be possible to created someting in there that only shows up in the intro and when the mission starts they all go away. Exsample: I starting a map by a short intro of a base getting over run, and then i want to when base has been taken to add units in there like choppers tanks ect.. can that be done with only add them in the mission part and then in the intro only have the so call "mission intro" where you see the base gets over run and everyone dies and then skips to the mission when all the units is added to the base area. If you know any sites where i can read about the INTRO section really really like to know, as i can't seems to find any where any information about that section in the editor Best Regards Jeppe Lykke, Denmark
  7. jeppelykke

    Camara intro how to?

    Great, Thanx Red! (:
  8. jeppelykke

    Camara intro how to?

    Well i already have the camara to target the 3 players via : <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _cam camsettarget player1 _cam camsetrelpos [0,5,2] _cam camcommit 3 ~5 titletext ["On West Team: \n WANT NAME HERE", "Plain Down"] But insted of player1 i need to get the person ingame name that plays that person player1 ;)
  9. jeppelykke

    Camara intro how to?

    oh crap Here i hoped it would be easy, ok thanx Red, i try Net Search
  10. jeppelykke

    Camara intro how to?

    Sorry don't understand, do it automatic find out what the name of the player is ? or...
  11. Hey Hey (: Am making this 3player mp game for me and 2 friends, i like to add this cool stuff i saw on a another server once. I connected and in that intro when "looked" at a person started my "ingame name" how do i do that ? I made my "camara intro" but how do i in my titletext return the player ingamename that plays that person we looking at?! Best Regards Jeppe Lykke, Denmark
  12. jeppelykke

    Setting up server settings

    Cool, Thanx mate! This will only disable them on other people that connecting to my server right ? Best Regards Jeppe Lykke, Denmark
  13. jeppelykke

    Setting up server settings

    Hey hey! I just making a MP map that is almost done, but when i was testing it i vent into 3rd person and saw it gave to much view over walls/houses ect.. I was connected to a server a few weeks back, and i noticed they had disable "3rd" person view. How do i setup my server so it also disable 3rd person views! And are they any other cool server settings i could know of, like a homepage to study? Best Regards Jeppe Lykke, Denmark
  14. Hey Hey How does markers work, is it possible to make markers that only, WEST can see and East can only see their and same for resistance ? While am at it, How can i in my "intro" to my mp map when looking at the soldieres return the "name" so i can use it on the intro so the person that plays name will be in the intro ;)
  15. jeppelykke

    Var and random  not working :(

    Oh crap, that sucks Ok thanx mate! Best Regards Jeppe Lykke, Denmark
×