Search results

  1. U

    SARGE AI Framework - Public Release

    I just realised (more like, noticed to my surprise) that AI's spawn in the same places each time. So my initial question about stopping them from roaming into an area within a grid is pointless, because they spawn right in the middle of that area lol. I've added a custom grid setting with zero...
  2. U

    SARGE AI Framework - Public Release

    Sarge, is there a way to delete an AI if then enter a trigger (its a 50x50 area). I don't want to turn that grid off totally, just delete them if they enter this one spot :D
  3. U

    DayZ Dual Admin Debug Monitor

    Read the description, this is a ON / OFF toggle type debug monitor. If you want the other kind, look for the one by P1-Kashwak ;)
  4. U

    DayZ Dual Admin Debug Monitor

    How accurate is this for you Excelsior? I've used it in the past with varying results, from pretty accurate to very off :)
  5. U

    DayZ Dual Admin Debug Monitor

    Really? I have 20+ players on my server who will prove you wrong, right now... if its stupid , use another debug, this thread is for my debug monitor which requires a hotkey. Most people hate the always on version btw, they should have the option of turning it off.. Not everyone likes it!
  6. U

    DayZ Dual Admin Debug Monitor

    Are you talking about my debug or another? Mine is only toggle on-off , no always on version!
  7. U

    DayZ Dual Admin Debug Monitor

    If you don't need the admin debug, then turn it off and use another debug monitor. Also ask the author of the Admin Tools whether they are using my latest release of the debug monitor. I don't provide support for the old version and I don't help with customising it either, or I'd be here 24/7...
  8. U

    [Question] SideChat through Trigger activated script.

    Yes, that's what I thought. But being relatively new to arma scripting too, I thought FGLock knew what they were talking about. Oh well... Back to the drawing board :p
  9. U

    [Question] SideChat through Trigger activated script.

    What me? I thought my original post explained it ?
  10. U

    [Question] SideChat through Trigger activated script.

    I've tried this in the trigger condition: isServer && (vehicle player) in thislist && {((getPosATL player) select 2) < 20}; Nothing happens.. So I tried the if (isServer) in the action , and then in the script itself, again with no result. I'm starting to wonder if what I'm trying to achieve...
  11. U

    [Question] SideChat through Trigger activated script.

    I tried that and it didn't work either. But would you be able to explain why it should? I'm just asking so I can understand it a bit better myself :)
  12. U

    [Question] SideChat through Trigger activated script.

    Nope, I assumed that was only the case if I set the repeating to 0 , which according to the in-game editor is activate once ? Both myself and other players are getting the message even when more than one person is in the trigger?
  13. U

    SARGE AI Framework - Public Release

    I just set all the values to zero ;)
  14. U

    [Question] SideChat through Trigger activated script.

    Much appreciated. To answer your questions: Trigger set to repeatable , yes. Trigger set to react on players only, yes. Where do I create the trigger? in the mission file. The trigger is run on the client machine, I don't know how to create server side triggers yet :( My trigger as...
  15. U

    [Question] SideChat through Trigger activated script.

    Sarge.. On the subject of diag_log , do you have any idea how i can force my script to save it server side.. diag_log format ["SAFEBASE: %1 entered the safe base",player]; Isn't saving to the server rpt and I've no idea how to achieve this via the script that is being activated by the trigger.
  16. U

    [Question] SideChat through Trigger activated script.

    Yeah, that didn't work either.. Was tricky to set up too :p I'll keep plugging away at it, thanks for your help Sarge :)
  17. U

    [Question] SideChat through Trigger activated script.

    it's definatly running locally, because I've tried diag_log and even if(!isServer) exitWith {} and it either exits with nothing (as expected if running locally) and saves nothing to the server log. I've pretty managed to figure out the Arma scripting language but this one area is stumping me, I...
  18. U

    [Question] SideChat through Trigger activated script.

    I've got a script that is executed whenever a player enters a trigger. The script simply reads: player sideChat "I'm entering the trading zone!"; For some reason this does not display a message in the SideChat. I've tried several other methods found during my searches and non of them work...
  19. U

    [Release] Safezones

    The Player sideChat "message"; doesn't work...
Back
Top