• 0
jmayr2000

Moving and removing construction items

Question

ok so I have the latest version of exile finally installed, and i'm at my base and I cannot move, or remove the walls and such. when I scroll the options don't show up. Ive checked the config.cpp in my mission folder and the code it there

   // Picks up the construction so you can move it
   class Move: ExileAbstractAction
   {
    title = "Move";
    condition = "call ExileClient_util_world_isInOwnTerritory";
    action = "_this spawn ExileClient_object_construction_move";
   };
 
   // Removes the construction.
   class Deconstruct: ExileAbstractAction
   {
    title = "Remove";
    condition = "call ExileClient_util_world_isInOwnTerritory";
    action = "_this spawn ExileClient_object_construction_deconstruct";
   };
and if I delete the wall thru the admin panel it deletes and I can add the new walls so its not a  territory issue, and I know its not the admin too by infistar because I have the CAP = false;  /* Check Actions Plr - "Actions: xxx/xxx possible scroll menu hack (or you added custom actions..)" */

any help will be appreciated.

 

 

SOLVED

Edited by jmayr2000

Share this post


Link to post
Share on other sites

4 answers to this question

  • 0
On 30/06/2016 at 3:58 PM, jmayr2000 said:

ok so I have the latest version of exile finally installed, and i'm at my base and I cannot move, or remove the walls and such. when I scroll the options don't show up. Ive checked the config.cpp in my mission folder and the code it there

   // Picks up the construction so you can move it
   class Move: ExileAbstractAction
   {
    title = "Move";
    condition = "call ExileClient_util_world_isInOwnTerritory";
    action = "_this spawn ExileClient_object_construction_move";
   };
 
   // Removes the construction.
   class Deconstruct: ExileAbstractAction
   {
    title = "Remove";
    condition = "call ExileClient_util_world_isInOwnTerritory";
    action = "_this spawn ExileClient_object_construction_deconstruct";
   };
and if I delete the wall thru the admin panel it deletes and I can add the new walls so its not a  territory issue, and I know its not the admin too by infistar because I have the CAP = false;  /* Check Actions Plr - "Actions: xxx/xxx possible scroll menu hack (or you added custom actions..)" */

any help will be appreciated.

 

 

SOLVED

how you solved this? I have the same issue on my server.
SOLVED
somehow my server crashed, i restarted the armaserver and everything works now.

Edited by Banzak

Share this post


Link to post
Share on other sites
Advertisement
  • 0
15 hours ago, Banzak said:

how you solved this? I have the same issue on my server.
SOLVED
somehow my server crashed, i restarted the armaserver and everything works now.

IDK it was 8 years ago, it solved its self

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.