Search results

  1. C

    More than 1 static group

    Well, I was watching a youtube video, and the code was in the description. I was wrong. The code did not have a dash after "true", but if you copied and pasted it, there was a dash. Maybe it was just the notepad++.
  2. C

    More than 1 static group

    It worked! The default code is not supposed to have that - in there. You have to take it out. Thanks drew for making me look at the code longer :)
  3. C

    More than 1 static group

    Actually, I retested, and I didn't get the error in the debug. I took out the "-". Except I used the default coords, so I can't really check if they spawned, cuz I don't know where those coords are. :P I put in my own coords in Skalisty Island, and restarting, hoping to find AI's.
  4. C

    More than 1 static group

    There is no A symbol. The exact piece of code in there is "[SAR_marker_castle,1,4,10,"fortify",true] call SAR_AI;" I've even tried taking out the "-" but same thing. Thanks for you offer though :)
  5. C

    How to post your server correctly

    Ah man. I don't see the delete button anywhere. Only under comments that I've made.
  6. C

    Frozen Button |200+ Vehicles |Auto Refueling |Base Building |Vehicle Salvaging / Siphoning |More!

    Hey Survivors! Our Frozen Button DayZ Server has been up for around a week now, and it's awesome! We are on Chernarus, and our IP is 192.31.185.207:3204. Anyways, Join us, and favorite us, and this is why! First off, we wanted players, like you, to enjoy our server. So we looked up the best...
  7. C

    How to post your server correctly

    Anyone know how to delete a thread you made? I accidentally made one, but I messed it up.
  8. C

    More than 1 static group

    This is what I got. 22:30:55 Error in expression <[SAR_marker_castle,1,5,15,"fortify",trueÂ] call SAR_AI; diag_log format["> 22:30:55 Error position: <Â] call SAR_AI; diag_log format["> 22:30:55 Error Missing ] 22:30:55 File...
  9. C

    More than 1 static group

    Yes, thank you, I found it. I will try debugging now.
  10. C

    More than 1 static group

    Thanks, but it seems that Dayz.st's servers are down, so I'll have to test it later. Where is arma2oaserver.rpt at anyways?
  11. C

    More than 1 static group

    Curious. What will the debugs help me with? Will I be able to figure this out by myself using the debugs? I've never messed with debugs a whole lot to be honest.
  12. C

    More than 1 static group

    Thank you :) Will try that now.
  13. C

    More than 1 static group

    What's my rpt? And how do I switch on my debug logs?
  14. C

    Base Building DayZ 1.2 Released

    I did get it working, and thanks! :)
  15. C

    More than 1 static group

    Think you know why my ai's aren't spawning? Here's my code. // // Definition of area markers for static spawns // // soutcoast, heli patrol area _this = createMarker ["SAR_patrol_soutcoast", [7997.2837, 2687.6707]]; _this setMarkerShape "RECTANGLE"; _this setMarkeralpha 0; _this setMarkerType...
  16. C

    WORKING - Siphon Fuel Script

    Congrats! Do you think you can post your fn_damageActions.sqf code so I can compare? I must have done something wrong, because the option for siphoning is invisible, but it is there. Thanks!
  17. C

    Base Building DayZ 1.2 Released

    Do you mind if I take a look at your mission and server pbo's? It would help me out a bunch! You can email me at [email protected] if you'd let me look at them :)
  18. C

    Base Building DayZ 1.2 Released

    Does your buildables save to your DB? Do you think you know my problem? I just don't understand this part of the readme. "**BaseBuilding_Deployables.sql** can be found in:<br> >**"BaseBuilding-DayZ\basebuilding\database"** - In MYSQL Workbench (or whatever you use to manage DB): -...
  19. C

    Base Building DayZ 1.2 Released

    I still haven't gotten this step to work. I am slightly puzzled. Does anyone mind helping out with this description, or simplify this for me? "**BaseBuilding_Deployables.sql** can be found in:<br> >**"BaseBuilding-DayZ\basebuilding\database"** - In MYSQL Workbench (or whatever you use...
  20. C

    WORKING - Siphon Fuel Script

    First off, my Dayz_code is inside my mission.pbo directory. I never used FTP to import it into my files.
Back
Top