Clans REBORN

VAULT+ NULLED RUST PLUGIN Clans REBORN 3.0.46

Upgrade or register to download
3.0.46

This is for the coming ( JUNE ) Rust update.
Refactored hooks to work in unison with the universal Clans API

Added hooks
"OnClanAllianceCreated(string tag, string alliedTag)"
"OnClanAllianceDissolved(string tag, string alliedTag)"
"OnClanMemberJoined(string tag, ulong joining, List<ulong> members)"
"OnClanMemberJoined(string tag, string joining, List<string> members)"
"OnClanMemberGone(string tag, ulong leaving, List<ulong> members)"
"OnClanMemberGone(string tag, string leaving, List<string> members)"
"OnClanDisbanded(string tag, List<ulong> members)"
"OnClanDisbanded(string tag, List<string> members)"

Deprecated hooks
"OnClanMemberJoined(ulong joining, string tag)"
"OnClanMemberJoined(string joining, List<ulong> members)"
"OnClanMemberGone(ulong leaving, string tag)"
"OnClanMemberGone(ulong leaving, List<ulong> members)"
"OnClanDisbanded(string tag)"
"OnClanDisbanded(List<ulong> members)"
Back
Top