Jump to content

Archer_MT

Member
  • Content Count

    22
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Archer_MT

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hey boy. I am from china too. I am also learning arma scripting. you can add my QQ:1787971393 for further comunication.
  2. Hey guys, Where can i change the removeal time of player dead body? I change these following times but seens not the right one corpseRemovalMinTime = 1800; corpseRemovalMaxTime = 3600; wreckManagerMode = 0; wreckLimit = 2; wreckRemovalMinTime = 60; wreckRemovalMaxTime = 240;
  3. thanks for your help. i noticed that this error caused by the trader. This error disapeared once the trader was removed. and the trader also cause the error Ref to nonnetwork object 3c14f900# 984738: wf_barracks_east.p3d
  4. I got this error in my clenit rpt , I am not sure where this errors come from, is there anyone has the some errors
  5. the exile_z addon can add points to player
  6. I have no idea about these complicate problem。 There are hundreds of line object not found errors in the rpt which may kill the performance. so i search around the forum and find this possible solution
  7. a possible solution find in the forum
  8. Archer_MT

    Fulcrum Mission System (FuMS)

    I installed the fums things seens ok , the headless client can connect to the server . but it cannot spawn missions in game .
  9. Hey Guys ,I got piles of errors in the rpt files , i have no idea where these errors come from
  10. Archer_MT

    Hardcore difficulty

    I have a small question why exile do not enable the scoreboard which player can see the kiil info
  11. Archer_MT

    ACE + Exile integration

    Hey, smrkanky1 I cannot wait to have a try on it. is it possible to disable the ace inventory simplely by removing the pbo file
  12. Hey Bones51, the advanced repair script is cool , but it sometimes failed to work when I use this several months ago. I repair the wheel , when the repaire action finished, the wheel remains broken. I may didnot describe the problem clearly , but there indeed exist this problem , both I and my players have came up with it .
  13. https://github.com/ReDBaroN1/Exile-Plants I used the plant addon from the above. but it can not return the item which I select it only toast me "there is no such item". I guess problem comes from the follwing part //////////////////////////////////////////////////////// //// the following codes cannot return the item I selected , it only toast me "there is no such item" switch _menu do { case "uniform": { _item = _uniformList lbData _index; }; case "vest": { _item = _vestList lbData _index; }; case "backpack": { _item = _backpackList lbData _index; }; }; ["InfoTitleAndText", format[" item selected IS %1!",_item]] call ExileClient_gui_toaster_addTemplateToast; diag_log format["plant_test %1",_item]; if(_item isEqualTo "") exitWith {hint "Kein Item mit diesem Namen gefunden!"; ["InfoTitleAndText", format["%1 there is no such item!",_item]] call ExileClient_gui_toaster_addTemplateToast; }; the whole script is here
  14. Archer_MT

    ACE + Exile integration

    https://github.com/InclementDeath/ace_exile https://github.com/ravmustang/eXpoch-ACE3forExile Hey , I occasionally find two mod as the above . The instructions said the ace can work with exile 1.0.2! If that indeed works , I think it can also work with 1.0.4 @chernaruski @El' Rabito
×