Jump to content

shibdib

Member
  • Content Count

    34
  • Joined

  • Last visited

  • Medals

Posts posted by shibdib


  1. The following is my init with the script in question bolded.

    call compileFinal preprocessFileLineNumbers "FAR_revive\FAR_revive_init.sqf";
    null = [2] execvm "tpwcas\tpwcas_script_init.sqf"
    
    [b]execvm "spcheck.sqf";[/b]

    That script is

    {
    if(!isDedicated and !isMultiplayer) then {
    deleteVehicle _p2;
    hint "Singleplayer Mode Activated";
    }

    But at some point it doesn't work. No errors show up in the log for it


  2. Any way to use condition of presence to check if a player is a player and not AI and as such not spawn certain units?

    Trying to make a Co-op 2 mission SP compatible and this would help.

    ---------- Post added at 20:03 ---------- Previous post was at 19:46 ----------

    Tried using

    isPlayer p2;

    On player 2's squad. And it doesn't show up!... but also doesn't show up when I spawn as player 2


  3. http://imageshack.us/a/img6/5964/p701.png (886 kB)

    !!This is currently a work in progress!!

    With CSAT forces occupying the Aegean island of Altis, a US lead NATO coalition lands on the Southeast shore to liberate the oppressed people.

    Includes

    NEW- Revive Script - If you suffer a serious wound that isn't bad enough to kill you, your AI companions or another player can drag you to safety and revive you. AI will also do this to eachother.

    - Respawn at FOB. (You will respawn an unlimited amount, your AI gets 3 respawns) Still being bugtested.

    - Virtual Ammo Box

    - Custom Bases

    - Capturable Zones

    - Enhanced suppression script. (AI Can now be suppressed! But so can the player!)

    - Dynamic storyline

    NEW- Mission scales in single player mode when not run as a multiplayer game (Dedicated server compatible)

    Current downloads

    Mission 1

    Armaholic - http://www.armaholic.com/page.php?id=23227

    Steam - http://steamcommunity.com/sharedfiles/filedetails/?id=188468096

    Mission 2

    Armaholic - http://www.armaholic.com/page.php?id=23228

    Steam - http://steamcommunity.com/sharedfiles/filedetails/?id=188490240

    Campaign

    Not yet released

×