Is it possible to separate donators to non-donators in one server?

Results 1 to 4 of 4
  1. #1
    A Lost Marine gago117 is offline
    MemberRank
    Feb 2010 Join Date
    PhilippinesLocation
    420Posts

    Is it possible to separate donators to non-donators in one server?

    I am thinking if there is a possibility which there is a channel only for donators and channel for non-donators. Do you guys think this idea is doable?


    I am thinking of channels which is premiums aren't allowed and channels that allow premiums.


    I wish for some nice answers from you guys. Thanks in advance.


  2. #2
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Is it possible to separate donators to non-donators in one server?

    You could make a donator UID, and then make a channel that only allows that UID.

  3. #3
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Is it possible to separate donators to non-donators in one server?

    1.) Make new column in dbo.character name it "donor" make it a 1 or 0 option.
    2.) When someone donates, set it as 1.
    3.) Hook/Detour OnChannelJoin
    4.) Use an SQL API to check for the "donor" column on the character
    5.) if it's 1, do nothing. iF it's 0 use another function to move them to a different channel (You just need the # of it and a simple function)

    It does require coding yes, but it's one of the simpler things you'd need to do.

  4. #4
    A Lost Marine gago117 is offline
    MemberRank
    Feb 2010 Join Date
    PhilippinesLocation
    420Posts

    Re: Is it possible to separate donators to non-donators in one server?

    Thanks. Now people won't complain a lot if somebody tanks.



Advertisement