Hello @AhigaO, your plugin looks really nice.
I wonder if you plan to implement a feature that allows team leader substitutes when the original team leader is offline?
Same here.
And sometimes it shoots way too much as well. It's either too few or too much.
By the way, it seems that heli goes too far away sometimes and then finally comes back to its target.
It behaves strangely since last FP April update.
Hello Fruster,
It seems that we need to declare as many kits as the total number of bots.
Could it be possible to rotate the list of kits when its size is lower than the number of bots?
At line 795, something like this would be really great:
if (kitsListNPC.Count > 0)
{
int kitIndex = i % kitsListNPC.Count;
if (kitsListNPC[kitIndex] != null)
{
if (Kits?.Call("IsKit", kitsListNPC[kitIndex]).ToString() == "True")
{
player.inventory.Strip();
Kits?.Call("GiveKit", player, kitsListNPC[kitIndex]);
}
}
}
By the way, the same pattern would be also great for the NPC display names.
Thanks !
impossible to order a helicopter since this morning. The commands no longer work it says easy signal type not recognized please check and try again.
this problem happens since the update of the plugin.
waiting for an answer thank you in advance.
Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.
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.