When does the plugin add points to the player for winning the raid on the raidable base?
how is the winner definded? when he killed all NPCS? or got the loot/ destroyed TC ?
Brilliant plugin, just in process of setting su p and thought of these questions
Inside the following Method:
public static ClanData CreateNewClan(string clanTag, BasePlayer leader)
Please could you add the following hook calls:
ClanMemberJoined(leader.UserIDString, clanTag);
ClanMemberJoined(leader.UserIDString, new List<string> {
leader.UserIDString
});
ClanUpdate(clanTag);
Currently it not possible to know who created the clan until more members are added.
Thank you.
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.