Jump to content

enjoy_yourself

Member
  • Content Count

    14
  • Joined

  • Last visited

    Never
  • Medals

Community Reputation

0 Neutral

About enjoy_yourself

  • Rank
    Private First Class
  1. enjoy_yourself

    Operator

    i didn't find an answer neither in the reference neither anywhere
  2. enjoy_yourself

    Operator

    ok i already have it (the pdf version too) and there are the logical operator. But what about the for, do while and case of?
  3. enjoy_yourself

    Operator

    Sorry, but i searched all around the answer to this question but i didn't find it. What are the operator (like and, or, not but also for, if, do while, exc.) i can use in ofp and what is the sintax for them? About the for: I have to use only a loop or there is a way to put a for?
  4. enjoy_yourself

    A script to retrieve on screen

    it don't work those are the lines: #Pos _pointer=_this select 0 TitleText [Format ["X= %1 \n Y= %2",getPos _pointer select 0,getPos _pointer select 1],"Plain Down"] ~1 goto "Pos" it print every second on screen the same position WHY????
  5. enjoy_yourself

    A script to retrieve on screen

    If someone want to see on screen is position this line work TitleText [Format ["X= %1 \n Y= %2",getPos unitname select 0,getPos unitname select 1],"Plain Down"] i think u know what unitname is
  6. enjoy_yourself

    A script to retrieve on screen

    Ok done it What a silly question i writed.
  7. Hi all. I'm trying to make a script to retrieve on screen in real time my position but i get an "error type array expected(?) object" msg. This is the script: _pos=getPos _this ** _x1=_pos select 0 _y1=_pos select 1 _x=format["x: %1",_x1] _y=format["y: %2",_y1] TitleText [_x+"n"+_y,"Plain Down"] Exit ** is the string with the error I launch it by a trigger that is activated by a presence of West. "On activation" i putted this line: [aP] exec getpos.sqs where aP its me. Anyone can help?
  8. enjoy_yourself

    Ranks and a progressive war...ideas inside

    Hey, Karrilion, what's the state of work? Let me know pls
  9. enjoy_yourself

    Motorbikes

    For Eviscerator if u wanna make some civilian bikes http://www.aprilia.com there are some 360° all-around bikes photos if u wanna make one of this pls start with the rs 250, it's my future bike
  10. enjoy_yourself

    Scripting problem

    thanks but as u see i found it
  11. enjoy_yourself

    Scripting problem

    if anyone want to know there is a command called flyInHeight obj flyInHeight height is the sintax bye
  12. enjoy_yourself

    Scripting problem

    ok now i know that is shit so do u know something that can help me? how i can tell the chopper to pitch up?
  13. enjoy_yourself

    Scripting problem

    Hi all. I've some problems when i try to get a blakhawk go up. Here i explain I start to create a mission where a team get down the chopper by para but the chopper is too close to terrain so i get all my men died. I tryed to make a script (i'm not very dude in this) in a trigger to get the chopper go a little more high: getPos chopper select 0==choppper_pos_x; getPos chopper select 1==chopper_pos_y; getPos chopper select 2==chopper_pos_z; chopper setPos[chopper_pos_x,chopper_pos_y,chopper_pos_z+50]; and the error is "division by zero" any help?
  14. enjoy_yourself

    .scrpting problem

    Sorry i've made an error the topic is the one above
×