Jump to content

Kaisoft

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Kaisoft

  • Rank
    Private
  1. I can not believe it... it works perfectly... but i dont understand how it works. What is processinitcommands?? Thank you and i hope help you when you need
  2. Yeah, it works as expected. One more question. How i insert more conditions? i have tried this: if (player != p12) or (player != p13) or (player != p14) exitwith {hint "whatever"}; There are three engineers, but it isn´t works. ---------- Post added at 08:11 PM ---------- Previous post was at 07:59 PM ---------- Ok, i have been trying it and i have solved it alone! The problem was here: if ((player != p12) AND (player != p13) AND (player != p14)) exitwith {hint "whatever"}; Thank you guys so much.
  3. It works fine. But in my mission nobody knows which is the target. I would like everyone to see that "addaction" and when it being activated, it says "You can not fix that object because you are not an expert". It can be a track for continue the mission. People would say.. "hey man.. what is this?, can anyone take a look?" :) Sorry if i am insistent and thank you so much. PD: Please i need to know how can i check when a unitname is player.
  4. Hello people!. I want one specific unit activate an "addaction". I would like to do on this way... if is possible. if ( player == nameunit ) then {goto "fix"} else {goto "nofix"}; #fix object setdamage 0; exit; #nofix hint "you can not fix this object"; exit; Those units are engineers. But i thought it would be possible if i use "iskindof" engineers. I tried make it alone, but i can´t...
  5. Kaisoft

    HPP files

    Thank you for quick reply. Im going to try it. If someone has any ideas i would appreciate.
  6. This is my first post in Bohemia interactive´s forum, and i am spanish. So sorry for my bad english. I would like to know about HPP files. Im going to explain a little more: Im edditing a kind of "evolution" but i want customize the shop´s price. So i think is better making a shop by myself. i need some custom menu ¡, not only one. This is my question, how can i do a customized shop menu with credits (money) and buy vehicles, weapons, magazines and other. I know the HPP files but i don´t know how does it works. Is there any aplication to create those files? How can i put objects into "combo" (drop-down menu). Thank you so much.
  7. aircraft´s statics camera fixed behind it. Like "Ace combat". ---------- Post added at 09:58 PM ---------- Previous post was at 09:31 PM ---------- AIR - aircraft´s statics camera fixed behind it. Like "Ace combat". - Improve "steady mode" of choppers. EDITOR - Customize weapons of the general units in editor. Add weapons to soldiers, grenades... GAMEPLAY - Advanced jumps: Climbing walls, cross the windows. Can climb ladders without option menu. - All inside buildings playable. - Can shoots in cargo (crew of choppers and trucks, etc.). - Can travel crossing all maps. For example: Can travel from Chernarus to Takistan. (loading if necesary). - Advanced Closed Combat: soldiers animations for look bihind the walks like "Metal Gear" (sorry my bad english, revise it if necesary)
  8. i tried that method LoyalGuard and it´s happen something interesting.. i set skiptime 12. But in MP, when i am alone skiptime works correctly. But i invited to friend for try it. When we were in the "beta" mision and switch the skiptime, it´s turned day, night, day, night, day, night, every time... i understand what´s happen but i dont know how to solve. I add the "addaction" to a car. For make a timemachine..
  9. Hello all. Sorry my bad english so i am spanish... First Question: i would like to know how can i make "addaction" for all clients. For example, "skiptime 12" in script sqs or sqf. In MP, this addaction make night for only one client... for others.. it´s still morning :confused:. Second Question: I have seen one script called "Mission Control Center MCC Sandbox" but this requires ACE mod. Is there any script that works like this without ACE mod??? Im making a training mission and need this "magic" computer for create vehicles, soldiers, objects and more. I belong to GRUPO ARMADOS and we got a lot new recruits... Thank you for your time.
×