Jump to content

Repair & Rearming script


Halvhjearne

Recommended Posts

  On 4/21/2015 at 2:58 PM, Halvhjearne said:

edited op to clarify install instructions ...

Hello Guys. 

 

I am running  Chernarus Map server can you please let me know if this is correct.

 

_servicePointClasses = [["Land_FuelStation_Build_F"],["Land_FuelStation_Feed_F],["Land_fs_feed_F]]; // service point classes (can be house, vehicle and unit classes)

 

Cheers :)

Link to comment
Share on other sites

  On 4/22/2015 at 10:41 AM, HackSaW_TM said:

Hello Guys. 

 

I am running  Chernarus Map server can you please let me know if this is correct.

 

_servicePointClasses = [["Land_FuelStation_Build_F"],["Land_FuelStation_Feed_F],["Land_fs_feed_F]]; // service point classes (can be house, vehicle and unit classes)

 

Cheers :)

 

edited again ... but almost right besides all the extra brackets.

Link to comment
Share on other sites

  On 4/23/2015 at 9:31 PM, HackSaW_TM said:

Hello. 

Do u know which option we need to disable as when players load infistar the options dissapear and rearm or repair not showing ...

 

not sure wich it is, i have both of these on false:

_OAP = false;
_OAO = false;

also i think you might need:

_OAO = false;

.. not sure if it actually does anything for now, but just in case.

Link to comment
Share on other sites

  On 4/23/2015 at 9:46 PM, Halvhjearne said:

not sure wich it is, i have both of these on false:

_OAP = false;
_OAO = false;

also i think you might need:

_OAO = false;

.. not sure if it actually does anything for now, but just in case.

Cheers MAte!!! 

 

U are Awesome !!!! :D

Link to comment
Share on other sites

nice work, thank you for sharing!

 

i run chernarus, and this

 

  Reveal hidden contents

_servicePointClasses = [["Land_FuelStation_Build_F"],["Land_FuelStation_Feed_F"],["Land_fs_feed_F"]]; // service point classes (can be house, vehicle and unit classes)

 

doesnt work... whats the building ID for the fuelstation? is there a key to get this ingame (as in arma 2 key I) ?

Link to comment
Share on other sites

  On 4/27/2015 at 5:45 PM, pangea said:

nice work, thank you for sharing!

 

i run chernarus, and this

 

  Reveal hidden contents

_servicePointClasses = [["Land_FuelStation_Build_F"],["Land_FuelStation_Feed_F"],["Land_fs_feed_F"]]; // service point classes (can be house, vehicle and unit classes)

 

doesnt work... whats the building ID for the fuelstation? is there a key to get this ingame (as in arma 2 key I) ?

 

pls read the instructions again (all the way through pls) ...

Link to comment
Share on other sites

i've have read it, and i guess you mean this:

 

  Reveal hidden contents

By default, this will only work with "Land_CarService_F" building types, but you can add any building/vehicle type you like in the array on line 8 of service_point.sqf, like this:

 

Like I wrote before, I'm using Chernarus as map, I have to put there the Chernarus fuelstation building ID. Not the Altis one. I just dont know how to get this building ID

 

or am i wrong?

Link to comment
Share on other sites

  On 4/27/2015 at 5:45 PM, pangea said:

_servicePointClasses = [["Land_FuelStation_Build_F"],["Land_FuelStation_Feed_F"],["Land_fs_feed_F"]]; // service point classes (can be house, vehicle and unit classes)

_servicePointClasses = ["Land_CarService_F","myaddedbuilding1","myaddedbuilding2","anotherbuilding2"]; // service point classes (can be house, vehicle and unit classes)

... do you see the problem now or do i have to point it out?

Link to comment
Share on other sites

ok ty mate

 

still does not work, i guess Land_FuelStation_Build_F, Land_FuelStation_Feed_F, Land_fs_feed, as well as Land_CarService_F are not the right IDs for Chernarus.. 

but thanks for your help, i hope i will figure this out.. 

Link to comment
Share on other sites

  On 4/27/2015 at 6:13 PM, pangea said:

ok ty mate

 

still does not work, i guess Land_FuelStation_Build_F, Land_FuelStation_Feed_F, Land_fs_feed, as well as Land_CarService_F are not the right IDs for Chernarus.. 

but thanks for your help, i hope i will figure this out.. 

 

To include all A2 maps I use: ["Land_A_FuelStation_Shed","Land_repair_center","FuelStation","FuelStation_army","Land_Mil_Repair_center_EP1","Land_A_FuelStation_Build","Land_A_FuelStation_Feed","Land_Ind_FuelStation_Feed_EP1","Land_Ind_FuelStation_Build_EP1","Land_Ind_FuelStation_Shed_EP1","Land_Ind_Garage01_EP1","Land_benzina_schnell","Land_fuelstation","Land_fuelstation_army"];

 

Just add these to service points in the script.

Link to comment
Share on other sites

not sure what you are trying to say, but im guessing it has something to do with this:

 

 

  On 4/23/2015 at 9:46 PM, Halvhjearne said:

not sure wich it is, i have both of these on false:

_OAP = false;
_OAO = false;

also i think you might need:

_OAO = false;

.. not sure if it actually does anything for now, but just in case.

Link to comment
Share on other sites

If you are unfortunate and experiencing that you need to modify his current public script.

Add a variable in place of his current routine to remove your crypto.

then server side add that Variableeventhandler with the script inside to remove players crypto.

At that point its the server side removing the crypto not the client and it should save properly, otherwise....

The only other way that might be possible is to do a save player call immediately after the crypto purchase. (maybe I haven't tested that one)

Link to comment
Share on other sites

  On 5/4/2015 at 4:08 PM, ulli_123 said:

When charging and ammunition to make a relog, all the money is back.

 

i will be working on that when i have time, but im currently busy with something else, once im done with my current project ill see what i can do, cause i noticed that too ...

Link to comment
Share on other sites

  On 5/10/2015 at 3:44 PM, ulli_123 said:

If the display changed a little

tanke_alles.png

 

This should be gone

tanke_dies_nicht.png

 

You should see only this

tanke_nur_dies.png

 

idk what you are trying to say, but i already made an array to put magazine or weapon types if you do not want to allow them to be rearmed.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...