Jump to content

HeavyScientist conflicts with paratroopers

Closed 1.0.1

snetzer

Hello

 

We found out if we use your NPCkits plugin and Paratroopers plugin together there is the following problem. I have to give kits in paratroopers, these always had the kit from the HeavyScientist that I assigned to your plugin. The kits in Paratroopers Plugin only work if I don't assign the HeavyScientist a kit and leave them to standart.

 

best regards

 

 

Edited by snetzer

Share this comment


Link to comment

HI,

NPCKits provides OnNpcKits(ulong) so that other plugins can override for their npcs.
Pinging @FastBurst so he knows the option is there.

 

object OnNpcKits(ulong ID)
{
    if (YourRecordOfNPCIDs.Contains(ID))
        return true;
    return null;
}

 

Share this comment


Link to comment

Question is:  WHERE does Paratroopers come from??  What author is the actual owner of it?   On UMod it is unavailable and broken but I cannot find it elsewhere by internet search. 

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.7k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.