Jump to content

Praxtor

Member
  • Content Count

    45
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

2 Followers

About Praxtor

  • Rank
    Lance Corporal
  1. Yes, sure we are also working in a english option for the first release Enviado desde mi LG-2X usando Tapatalk 2
  2. We are working already making some small test with spanish and english, for the moment all looks pretty good Enviado desde mi LG-2X usando Tapatalk 2
  3. Praxtor

    How do i save an paa as jpg?

    Texview2 in the bis tools will help you :-) Enviado desde mi LG-2X usando Tapatalk 2
  4. We are thinking to work the arm with several keys of the keyboard more easy like a joystick.. Regards
  5. I can connect with a android phone and tapatalk without problem :-) Enviado desde mi LG-2X usando Tapatalk 2
  6. This worked for me very nice, thank you!
  7. Praxtor

    Dogs of War launcher available

    Fantastic update and new option blakord
  8. Praxtor

    cam scripts?

    In Mp has several problems and crach the computer every time. The list of targets is every time reloading and is impossible can select one.
  9. Hello: Thanks now is working fine: It is the code: Call Compile Format["%1 = Player addaction [name (_Units select _i),'Scripts\Medic\Heal.sqf',(_Units Select _i)];",(TAH Select _i)]; And the Remove action is: Call Compile Format ["Player Removeaction %1",(TAH Select _i)]; Thanks a lot.
  10. Ok Synide i will try your call compile, is correct like you say i want create multiple variables for can index the addactions and later can delete. Regards
  11. Hello: I want create one script that create one action to the leader of the group with the name of the inhured player in his group for can select ans send one medic to this unit to heal, if i have several inhured units i create several actions in one time with this code: TAH =[]; _Units = Units Player; For [{_i=0}, {_i <= (Count _Units)}, {_i=_i+1}] do { Â If (Damage (_Units Select _i)>0.1 && Damage (_Units Select _i) < 1) Then { Â Â Â TAH Set [_i,Format["ASH%1",_i]]; Â Â Â Â Â Â Â Â Player addaction [name(_Units select _i),"Scripts\Medic\Heal.sqf",(_Units select _i)]; Â Â Â Â }; }; With This code i can create one action in the leader for every player or Ia inhured inside of the Leader group but i want create one Index for can delete all the actions when you click in one of this, for this i create the table TAH=[]; I go inserting in this line TAH Set [_i,Format["ASH%1",_i]]; Â one new element to the talbe like this ASH0, ASH1, ASH2 etc etc, and if i put this index to the action like this: (TAH Select _i) = Player addaction [name(_Units select _i),"Scripts\Medic\Heal.sqf",(_Units select _i)]; I get one error. The other problem is in the Scripts that i call when i press the action, i can not delete all the Actions because i have not index for this, i try to made some thing like this: _Units = Units Player; For [{_i=0}, {_i <= (Count _Units)}, {_i=_i+1}] do { Â Â If (Damage (_Units Select _i)>0.1 && Damage (_Units Select _i) < 1) Then { Â Â Â Â Â Â Â player removeaction (TAH Select _i); Â Â Â Â Â Â Â Â Â }; }; Â I get other error here: player removeaction (TAH Select _i); and (TAH Select _i) is ASH0 but the game say waiting number and it is one String. Can some guy help me?? Regards
  12. Hello: I have one Dedicated server with Win2003 inside and i have installed one ArmA server and now sometimes when i access to the remote desktop i can see the tipical error of the program (ArmA) needs be closed for one problem and the description is this: We have a lot of problems in the last days, a lot of crash to the desktop in our computers when we play ArmA on this server, can some body help up?
  13. Hello: I am one member of Clan GIR from Spain and from a few weeks we are having a lot of problems with our dedicated server, the server aplication sometimes is close without message but most of the time our game (in ouw computer) is closed and we go to the Desktop without reason, in one simple map we can go down 2 or 3 times every one and we had not change any thing in the config file, we have one connection of 100 Mbs. and never use more of 5 or 6 per cent. Can some people gime some information about this? Best Regards Praxtor
  14. i think that i have the last version i download yesterday night from your web. But in the server it work correctly and i can make the packages in the server.
  15. The problem was fixed i could see that the Xml file was not correctly created for the Packet of Addons. I opened one of this and i could see this: No more data. The problem was fixed but maybe is interesant can add one code that say to you the Xml is corruct or something like this.
×