Good evening I use the following plugin SAM Site Authorization I wanted to try your ExtraSeating plugin but the MSA does not fire on the minicopter in flight without the plugin its works is there any solution for it to be detected by theother plugin?
SAM Site not firing on minicopterSolved
Hi,
This shouldn't cause an issue, but will investigate and provide feedback.
This shouldn't cause an issue, but will investigate and provide feedback.
Thanks!! +1Pho3niX90
Hi,
This shouldn't cause an issue, but will investigate and provide feedback.
I have tested this but has nothing to do with extra seating, the only way I could reproduce this was to set the config to "alltarget". with that set to false it does not shoot down the mini.
Okay so there is no other solution than putting "alltarget" on true?without the seat with the configuration on false its works but with not, the problem of the alltarget and that the msa pulls on the combat helicopter.
in any case thank you for your answer and sorry for my vocabulary i am not english
in any case thank you for your answer and sorry for my vocabulary i am not english
Alltarget has to be on false.kalyOkay so there is no other solution than putting "alltarget" on true?without the seat with the configuration on false its works but with not, the problem of the alltarget and that the msa pulls on the combat helicopter.
in any case thank you for your answer and sorry for my vocabulary i am not english
if it's set to true, it will attack the mini.
This is the only solution, I suggest to create the relevant bug inside the other plugins forum, as if it truly is bugging, he will have to improve/change his code to detect player vehicles.
As it stands, extra seating mimics the passenger front chair, so there is no reason it should shoot down the mini.
If you can provide me your config for both plugins, I can test some more and see if I could do anything.
Thanks for the support bring yes I think this must come from the SAMSiteAuth plugin I will try to turn to my creator
SAMSiteAuth Config:
{
"samsite.alltarget": false,
"Heli target (requires alltarget)": false
Config: ExtraSeating
{
"EnableExtraHorseSeat": false,
"EnableMiniBackSeat": true,
"EnableMiniSideSeats": false
}
Here is my config
SAMSiteAuth Config:
{
"samsite.alltarget": false,
"Heli target (requires alltarget)": false
Config: ExtraSeating
{
"EnableExtraHorseSeat": false,
"EnableMiniBackSeat": true,
"EnableMiniSideSeats": false
}
Here is my config
@kaly lastly, the driver is authed on tc, and also passengers?
Yes there is authorized on the tc I also tried myself and change not even without putting tc the msa does not tire with the Extraseating plugin when I unload it works well, so yes I think it must be to the Samsiteauth plugin
Did you fix the samsite auth to shoot the minicopter 4 seat?kalyYes there is authorized on the tc I also tried myself and change not even without putting tc the msa does not tire with the Extraseating plugin when I unload it works well, so yes I think it must be to the Samsiteauth plugin
No sorry i haven't found the solution yet i'm working on it
It seems I misread the issue at hand. I will check to have a fix pushed today
Merged post
I have pushed a patch to the relevant plugin, the developer just needs to accept my patch now.
The problem was that it took the first object in an array and assumed it was the pilot, which in fact wasn't always the case.
The problem is, if the seat it chose wasn't occupied, then it wouldn't shoot.
Merged post
If anyone wants the updated code, please pm me.
Merged post
I have pushed a patch to the relevant plugin, the developer just needs to accept my patch now.
The problem was that it took the first object in an array and assumed it was the pilot, which in fact wasn't always the case.
The problem is, if the seat it chose wasn't occupied, then it wouldn't shoot.
Merged post
If anyone wants the updated code, please pm me.
Thanks Pho3niX90
The developer has updated the plugin.
Locked automatically