I really don't want to look up into other messy public sources, so I'd like you to help me.
I cannot figure out nobility listing.. I have something in my head that goes like this..
When Somebody donates ->
But what is next?
It's really hard for me to realize, anybody willing to help me for REAL, or willing to code a part for me please add me on my msn [Only registered and activated users can see links. Click Here To Register...]
I cannot figure out nobility listing.. I have something in my head that goes like this..
When Somebody donates ->
Code:
[U]ulong[] Donations = new ulong[50];[/U]
for (int i = 0; i < 50; i++)
{
if (Char.Donation < Donations[i])
Char.NobleRank = i;
}
It's really hard for me to realize, anybody willing to help me for REAL, or willing to code a part for me please add me on my msn [Only registered and activated users can see links. Click Here To Register...]