-
A Lost Marine
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.
-
-
(。◕‿‿◕。)
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.
-
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.
-
A Lost Marine
Re: Is it possible to separate donators to non-donators in one server?
Thanks. Now people won't complain a lot if somebody tanks.