Jump to content

Arska134

Member
  • Content Count

    46
  • Joined

  • Last visited

  • Medals

Posts posted by Arska134


  1. Now it's not giving any of those hints.

    ; Antaa luvun 0-4
    ; _luku =  round(random 4)
    
    ? (_luku == 0) : _wp = _group addWaypoint [position kohde1, 0];hint "Joukko lähtee suuntaan kohde1"
    ? (_luku == 1) : _wp = _group addWaypoint [position kohde2, 0];hint "Joukko lähtee suuntaan kohde2"
    ? (_luku == 2) : _wp = _group addWaypoint [position kohde3, 0];hint "Joukko lähtee suuntaan kohde3"
    ? (_luku == 3) : _wp = _group addWaypoint [position kohde4, 0];hint "Joukko lähtee suuntaan kohde4"
    ? (_luku == 4) : _wp = _group addWaypoint [position kohde5, 0];hint "Joukko lähtee suuntaan kohde5"
    

    ---------- Post added at 07:07 PM ---------- Previous post was at 07:05 PM ----------

    First of all, put -showScriptErrors in your shortcut parameters so that you'll know what the problem is and we don't have to guess.

    Second, your syntax is wrong for both sqs and sqf. I assume that you want sqf because you're writing a structured script, so here's an example.

    //Antaa luvun 0-4
    _luku = round(random 4);
    
    if (_luku == 0) then {
    _wp = _group addWaypoint [position kohde1, 0];
    hint "Joukko lähtee suuntaan kohde1";
    };

    Remember to execute sqf with execVM instead of exec.

    Finally, here's a more cost effective solution.

    _kohteet=[kohde1,kohde2,kohde3,kohde4,kohde5];
    
    //Antaa luvun 0-4
    _luku=floor random 5;
    
    _wp=_group addWaypoint [getPos (_kohteet select _luku),0];
    hint format ["Joukko lähtee suuntaan kohde%1",_luku+1];

    Thanks it's now working. :)


  2. Ok so i encountered this problem. Here is script:

    ;Antaa luvun 0-4
    _luku = round(random 4)
    
    if (_luku = 0) 
    {
    _wp = _group addWaypoint [position kohde1, 0]
    hint "Joukko lähtee suuntaan kohde1"
    }
    
    if (_luku = 1) 
    {
    _wp = _group addWaypoint [position kohde2, 0]
    hint "Joukko lähtee suuntaan kohde2"
    }
    
    
    if (_luku = 2) 
    {
    _wp = _group addWaypoint [position kohde3, 0]
    hint "Joukko lähtee suuntaan kohde3"
    }
    
    if (_luku = 3) 
    {
    _wp = _group addWaypoint [position kohde4, 0]
    hint "Joukko lähtee suuntaan kohde4"
    }
    
    if (_luku = 4) 
    {
    _wp = _group addWaypoint [position kohde5, 0]
    hint "Joukko lähtee suuntaan kohde5"
    }
    

    ...and always it's outputting what is inside of last 'if'. "Joukko lähtee suuntaan kohde5"


  3. I found this inside of: *ip*/profiles/users/system/ARMA2PROFILE.ArmA2Profile

    activeKeys[]=
    {
    [b]"BIS_IAmBeingNaughty1",[/b]
    "BIS_SOM_INFO_HINT_1",
    "BIS_SOM_INFO_HINT_2"
    };
    

    It was inside of my server files. Just a joke or it's message from that hacker who was ruining my server?


  4. I think these questions is asked already, but i can't find them.

    1. I got RTEditor working on singleplayer editor, but when i create multiplayer server and press esc there is now button to start RTEditor. RTEditor capture says "Status: Inactive".

    2. Is it possible to make missions with friends same time? I mean to save them like in normal editor. (or is there better tool for this?) We need to start mission project and that would be nice if we can do it same time.

    I hope i get this working in multiplayer because this seems to be nice tool to train squad members. ;)


  5. sqd_logo.png

    New Finnish ArmA 2 squad is recruiting more members. We decided to create new squad because there is very few squads from Finland. We are only recruiting players from Finland so if you are not from Finland this will probably not interest you. Squad has been planned for six months now and now we finally made it week ago. Our squad members are now 16-25 years old. Unlike other finnish squads we take less than 18 years old players. We have also game server at London. Our server is public for everyone 24/7 (if there is no squad only game running). We are not playing Operation Arrowhead because we are waiting release of Finnish Defense Forces mod.

    Interested? Visit our website and leave joining application to out forums.

    http://fsj.viuhka.fi/

    Website squad list is not ready yet and some of our members classes is not decided.

    More frequently updated list of members can be found here:

    http://fsj.viuhka.fi/squad/squad.xml

    Before that you need to read our Joining criteria at:

    http://fsj.viuhka.fi/join.html

    Also you can visit our server:

    89.238.160.49:2302 (Finnish Special Jaegers ArmA 2 Server 12 slots)

    If you want support our game server and squad, please make donation with paypal. Press donate button in our website index page.


  6. I just bought server from UKgame and i got it up and running but there comes two players killing everyone and being idiot all the time. Tried to ban them in admin panel and kicked out but they come back all the time. When i kick them they come back again. I installed battle-eye and everything but no clue. Please help. Those players are ruining my server what i paid for. :(


  7. I'am new in visitor and i made map with this tutorial:

    http://community.bistudio.com/wiki/ArmA_2_Terrain_Tutorial

    I got it working in-game, but when i put some objects to map i got this:

    errorb.png

    So there you can see that, objects are in place but without textures. :/

    All objects and textures are in 'ca' folder inside of my project folder 'TUT'

    ca folder:

    http://i.servut.us/i/cafolder.png

    I can find that missing file manually and it's here:

    P:\TUT\ca\plants2\tree\Data

    I know. Somebody asked this but i didn't find help with search so here is new post.


  8. Hi!

    I got this idea when my friend installed Windows again and when he used Internet Explorer for searching antivirus software. In few minutes he got troijans and then i was thinking if there is program which downloads all needed softwares without opening web browser.

    So now i made one with C++ and libcurl.

    fsy.png

    Now you can download these freeware softwares easily and without risk your computer with Internet Explorer which have many security holes. I made this program small as possible so it's easy to put where every you want.

    I put allmost all softwares to im2clan.com webspace to there is 100 % safe to download files.

    Download it from here:

    im2clan.com/FSY1.01.zip

    I made it for my own use put i think many other needs it aswell. It's good to have in memory stick or somewhere so you can use it if you format your computer or something.

    If you want more diffrent softwares for FSY, tell me.

    List of softwares:

    Tested OS: Windows XP, Windows Vista, Windows 7.


  9. So i made Dedicated server and when we trying to start game we got problem. First comes "Receiving data..." and suddenly i hear windows error sound. I alt+tab and i see Dedicated server has been closed and there is window where is "Invalid texture aspect ratio"

    We are using FFur 2007 and OFP Dedicated Server v1.96 (Windows)


  10. Ok here is gameplay video. Finally got uploaded it. 14 minutes of gameplay.

    <object width="560" height="340"><param name="movie" value="http://www.youtube.com/watch?v=iatjMDCfKsA&hl=fi_FI&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=iatjMDCfKsA&hl=fi_FI&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>

    Here is youtube link:

    Check out my other videos too for more OFP and Arma 2 videos.


  11. Found odd bug from updater so dowload stable version directly. Updater kind of mess .pbo file so it's not working. Working on it. Be patient.

    ---------- Post added at 12:06 PM ---------- Previous post was at 11:56 AM ----------

    Bug fixed. Mission updater 1.01 Released. Working proberly now. Download from first post.

    ---------- Post added at 02:05 PM ---------- Previous post was at 12:06 PM ----------

    New beta features:

    * Build private spawnpoints (camps)

    * Build attack choppers

    * Build weapon crates

    * Bug fixes

    Stable v2.0 coming soon and mission gameplay video is rendering right now. (Video from latest beta)

    ---------- Post added at 02:30 PM ---------- Previous post was at 02:05 PM ----------

    Now we release mission updater GUI version. Thanks for Unrealized again. Download it from first post.


  12. Mission updater Released

    Now for you all who is too lazy to put .pbo file in your mpmissions when new version is released, here is updater. It's also better way to download mission because you can download beta version before i release stable version in here. But do not report any bug that you find in beta version.

    Mirrors:

    im2clan.com (.zip)

    up.servut.us (.zip)

    2shared.com (.zip)

    It's easy to use:

    1. Put these 3 files in your Operation flashpoins folder:

    Mission updater.exe

    libcurl.dll

    zlib1.dll

    2. Run Mission updater.exe

    You can't fail it. Mission updater won't download mission if .exe is in wrong folder.

    Thanks for Unrealized who made this updater with C++.

    Thanks for libcurl.dll

    And here if you thing there is virus:

    avira.png

    Welcome to #im2 @ quakenet

×