Jump to content

FAR-Warrior

Member
  • Content Count

    25
  • Joined

  • Last visited

  • Medals

Everything posted by FAR-Warrior

  1. FAR-Warrior

    Open gate

    How to open a gate (kkb_gate), i know it's with command animationPhase and animate but i have some bugs... Thx
  2. FAR-Warrior

    Res house

    How to add Resistance's Houses in visitor Like Dum08 or anything else Thx ;)
  3. FAR-Warrior

    Ofrp release

    Comme je te comprend !!!!!!
  4. FAR-Warrior

    Ofrp release

    Look this first mission : Iron Storm (1-8-C)
  5. FAR-Warrior

    Ofrp release

    FAMAS F1: OFrP_FAMASF1 (type: primary weapon) FAMAS Infanterie: OFrP_FAMASF1AimPt (type: primary weapon) Chargeur FAMAS toutes versions: OFrP_FAMASmag (type: 1 item) Grenade AC58: OFrP_AC58 (type: 2 items) Grenade APAV58: OFrP_AP58 (type: 2 items) MAC50: OFrP_MAC50 (type: HandGun) Chargeur MAC50: OFrP_MAC50mag (type 1 HG item) PAMAS G1: OFrP_PAMAS (type: HandGun) Chargeur PAMAS: OFrP_PAMASmag (type 1 HG item) Grenade defensive Å• fragmentation: OFrP_HandDefGren (type: 1 item) Grenade offensive Å• fragmentation: OFrP_HandMiniGren (type: 1 item) Grenade offensive Å• concussion: OFrP_HandBlastgren (type: 1 item) Minimi: OFrP_Minimi (type: primary weapon) Chargeur Minimi: OFrP_Minimimag (type: 3 items) ANF1 lourde: OFrP_ANF1H (type: primary+secondary weapon) Chargeur100c ANF1: OFrP_ANF1Hmag (type: 2 items) ANF1 légÄre: OFrP_ANF1L (type: primary+secondary weapon) Chargeur50c ANF1: OFrP_ANF1Lmag (type: 1 item) FrF2: OFrP_FRF2 (type: primary weapon) Chargeur FrF2: OFrP_FRF2mag (type: 1 item) HecateII: OFrP_HecateII (type: primary+secondary weapon) Chargeur APEI pour Hecate: OFrP_HecateIIAPEImag (type: 2 items) Chargeur AP pour Hecate: OFrP_HecateIIAPmag (type: 2 items) Lanceur Eryx: OFrP_EryxLauncher (type: secondary weapon) Missile Eryx: OFrP_Eryxmag (type: 6 items) Lanceur Apilas: OFrP_ApilasLauncher (type: secondary weapon) Roquette Apilas: OFrP_Apilasmag (type: 4 items) Lanceur ABL: OFrP_ABLLauncher (type: secondary weapon) Roquette ABL: OFrP_ABLmag (type: 3 items) Radio: OFrP_TRC9200 (type: secondary weapon)
  6. FAR-Warrior

    Scan script?

    Tiens FFAK, essaye ça, c'est ce que j'utilise pour la campagne dynamique FAR pour comptabiliser les armes, ca te sera utile... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ; Compte le nombre de magazines et d'armes pour un groupe "nom_du_groupe" donné. ; Lancer le script via message radio : [nom_du_groupe] exec "mag.sqs" _liste = _this select 0 _mags=[] _magazines=[] _lj = units _liste _nbJoueurs=count _lj _magCount = [] _j=0 #boucle1 _u=_lj select _j ?(alive _u):_magazines=_magazines + (magazines _u) _j=_j+1 ?(_j < _nbJoueurs):goto "boucle1" #loopmagazines _mag = _magazines select 0 _mags = _mags + [_mag] _comp = format ["_x == ""%1""", _mag] _count = _comp count _magazines _magCount = _magCount + [_count] _magazines = _magazines - [_mag] ?count _magazines > 0: goto "loopmagazines" _text2= "Munitions Restantes :\n\n"; _i = (count _mags) - 1 #loop3 _text2= _text2 + format ["%1 X %2\n", _magCount select _i, _mags select _i] _i = _i - 1 ?_i >= 0: goto "loop3" _weaps=[] _weapons=[] _lj = units _liste _nbJoueurs=count _lj _weapCount = [] _j=0 #boucle2 _u=_lj select _j ?(alive _u):_weapons=_weapons + (weapons _u) _j=_j+1 ?(_j < _nbJoueurs):goto "boucle2" #loopweapons _weap = _weapons select 0 _weaps = _weaps + [_weap] _comp = format ["_x == ""%1""", _weap] _count = _comp count _weapons _weapCount = _weapCount + [_count] _weapons = _weapons - [_weap] ?count _weapons > 0: goto "loopweapons" _text= "Armes Restantes :\n\n"; _i = (count _weaps) - 1 #loop2 _text= _text + format ["%1 X %2\n", _weapCount select _i, _weaps select _i] _i = _i - 1 ?_i >= 0: goto "loop2" mag=true hint format ["%1\n%2", _text2, _text] exit <span id='postcolor'>
  7. FAR-Warrior

    Integer

    Hi, I have a problem with a script, i want to have an integer of a result... For example : Time = 10.585 Result must be 10 How to do that ??
  8. FAR-Warrior

    Integer

    And if Time is a variable, like _time in a script
  9. FAR-Warrior

    Weaponpool

    Any know how to use "weaponpool" and "magazinepool" commands and is it possible to use them in a mp mission And how
  10. FAR-Warrior

    Weaponpool

    It will be a good idea if u could add this to next patch
  11. FAR-Warrior

    Weaponpool

    Exactly Whis', it's the idea
  12. FAR-Warrior

    Weaponpool

    I think these fonctions works only in solo missions... Used certainlly to save weapons status on hd... So is it possible to save weapons status on ftp for a mp mission If yes, how
  13. FAR-Warrior

    Weaponpool

    Yes good idea Espectro But Suma, you haven't got another idea to count weapons and magazines in an ammobox or a vehicle
  14. How to count # of mag or weapons in ammo box or vehic ?? Not vehic weapons, only wepons like M16 than a player put in a vehic or an ammo box I have a script, but it works only for units...
  15. FAR-Warrior

    Count mag again

    Anyone know
  16. FAR-Warrior

    Count mag again

    Of course allready try this Whisp', and doesnt work :(:( So it's possible than a script exist about that, if u got one, reply this thread
  17. FAR-Warrior

    Count mag again

    Noone know how to do that
  18. FAR-Warrior

    Download console for ofp:r

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (GAMEER_77 @ Sep. 20 2002,22:36)</td></tr><tr><td id="QUOTE">There must be a way of doing it, cause Kegetys made a Spectator script that only activates for one person. Probably really simple, but i don't make MP missions... PEACE<span id='postcolor'> </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">There must be a way of doing it, cause Kegetys made a Spectator script that only activates for one person. Probably really simple, but i don't make MP missions... PEACE<span id='postcolor'> Where can i download this script </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">I think you could make something like ? player != leader player: exit <span id='postcolor'> Where must i make this
  19. FAR-Warrior

    Download console for ofp:r

    I'd like to use this console only for leaders in a mp mission, cause all others players must play
  20. FAR-Warrior

    Script help

    How to list all weapons and magazines for all players in mp missions With command "magazines player" and "weapons player", it's ok, but when there're 4 M16 mag for exemple, i have "M16mag","M16mag","M16mag","M16mag" and i'd like to have "4 - M16mag". And i'd like to have the player name before each player's list... It's for MP missions... Txs...
  21. FAR-Warrior

    Script help

    Oui v voir lŕ bas, ce sera plus simple effetivement
  22. FAR-Warrior

    Download console for ofp:r

    Is it possible than only one player have console screen and not all others
  23. FAR-Warrior

    Script help

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">It works fine but if i have only two players, i have <Null> instead of number of mags <span id='postcolor'> It works </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">And if a player is dead, mags are always in list, and i'd like to have only mags of alives players... <span id='postcolor'> Dont work When a player's dead, his mags always count :(
  24. FAR-Warrior

    Script help

    This script work fine, thx How to use this script for all units of a group in mp ?? I try to do : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">_magazines1 = magazines bob _magazines2 = magazines bob1 _magazines3 = magazines bob2 _magazines = _magazines1 + _magazines2 + _magazines3<span id='postcolor'> It works fine but if i have only two players, i have <Null> instead of number of mags And if a player is dead, mags are always in list, and i'd like to have only mags of alives players...
  25. FAR-Warrior

    Script help

    Thx a lot, i'll try this...
×