-
Content Count
189 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by pokertour
-
oh yes ! I have not thought of that!
-
Yes but the ParamsArray not accept decimals numbers for default class intelRate { //paramsArray[2] title = "Chance d'avoir un intel dans un batiment"; values[] = {0.10,0.20,0.30,0.40,0.50,0.60,0.70,0.80,0.90,1}; texts[] = {"10%","20%","30%","40%","50%","60%","70%","80%","90%","100%"}; default = 0.50; <- This not work };
-
@X39 Okay for the broadcast For my insurgency on Zargabad i make this : Description.ext fil : ... class intelRate { //paramsArray[2] title = "Chance d'avoir un intel dans un batiment"; values[] = {10,20,30,40,50,60,70,80,90,1}; texts[] = {"10%","20%","30%","40%","50%","60%","70%","80%","90%","100%"}; default = 50; }; And in the module AmmoCache : for intelRate : if ((paramsArray select 2) == 1) Then {(parramsArray select 2);} else {format ["%1%2%3", 0, ".", (paramsArray select 2)];}; But i have a script error in your addons files ^^ with your variable _intelRate
-
Oh okay nice ^^ thx ---------- Post added at 23:17 ---------- Previous post was at 22:35 ---------- @X39 How can i setup Inte rate with ParramsArray it's not possible to set a decimals number ?
-
Oh nice ! thx you ;) Do yuou planned the possibility to configure the number of cache with ParramArray ? in description.ext file ?
-
hi ! Nice mod ! Can you add in map option to view how many cache on start map and how many allready destroy ? and when we destroy a cache a little hint : "You have destroy 1 cache. Remain 5." Thx you :)
-
[VAS] Interface UPDGRADE
pokertour replied to GranolaBar's topic in ARMA 3 - ADDONS & MODS: COMPLETE
New version ! - Correct the Paperdoll view when you press esc key to quit the VAS - New stringtable - Correct Interface https://mega.co.nz/#!o5BGFSrC!kS_c3NlcZ4lYXAKoXw2cXLlPOgQNHOT_KmacrWtFA44 -
[VAS] Interface UPDGRADE
pokertour replied to GranolaBar's topic in ARMA 3 - ADDONS & MODS: COMPLETE
The stop view it's now correct. Stop view only if you clic on the cross to quit , not Esc key i work to fix it If you want i'm on teamspeak -
[VAS] Interface UPDGRADE
pokertour replied to GranolaBar's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Okay Granola, this version has Dslyecxi Paperdoll view with four buttons, Start View, Front, Back and Stop View http://26ub0d6ydc.1fichier.com/ -
[VAS] Interface UPDGRADE
pokertour replied to GranolaBar's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Okay i'm on teamspeak at 8:00 pm See you -
[VAS] Interface UPDGRADE
pokertour replied to GranolaBar's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks Granola, nice work :) It's easy to incorporate paperdool gear view of Dslyecxi in VAS Script -
Okay thx SwissMAG
-
In my team someone hâve the dame issue. I work to fix it
-
Thx you :)
-
Version v1.1 is here ! Changelog v1.1 : - addons are more speed for bearing - Now with bearing you have : N 0° ; NE 30° ; ... - remove the fade-to-yellow on the border - Addons are now signed ! License : Download v1.1 : ATM Altimeter V1.1
-
Yes i will clean the image in next version ;)
-
the reason for the "O" it's a error ^^, it will be correct in the next version. Yes i will try to work on the UserConfig
-
Thx Sonsalt6 :)
-
IgiLoad script - logistical support
pokertour replied to igi_pl's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hi ! Thx for this nice script ! -
=ATM= C17 H.A.L.O Hi everyone ! Today i announce the upcoming release of ATM C17 H.A.L.O In this post you will found one video and many pictures. Version 0.1 Beta For the moment ATM C17 H.A.L.O as in Beta only in my team. I release it in 1 or 2 weeks. I will recommended to use FSF sacVentral for the front pack. Video : Download v0.1 Beta : Not Release for the moment Thank you for your support! My clan : http://atmarma.fr/forum/portal.php
-
Thx :)
-
for my script i recommended to use FSF sac ventral by ElDoKtor, ToF & Betep : http://www.armaholic.com/page.php?id=24529 I will create a topic for this script
-
No i will add an addaction to get your Parachute in the aircraft.
-
Thx you i think i found the problem, in your mod you have put a condition for the addaction landgear and my script use static c17. If you CAN put animate like the ramp ?
-
This si my HALO script With your C17 ! I just need to up the landgear but With action this si not work