Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
This doesn't work:
if (m.GetBoolean(6) == true) //Mods
{
MessageBox.Show("Mod Entered");
}
//or
else if (m.GetBoolean(12) == true) //Guardians
{
MessageBox.Show("Guardian Entered");
}
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Surprised? Why? Those are for guardian and moderator modes, if you join a room with a guardian IN GUARDIAN MODE you will have Boolean12 set to true... You need to have a hardcoded list of all mods and guardians and check the usernames, thats the only way you can know if someone is guardian / mod...
I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.
Offline
Well that's stupid...
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Pages: 1
[ Started around 1743878612.9616 - Generated in 0.029 seconds, 13 queries executed - Memory usage: 1.37 MiB (Peak: 1.46 MiB) ]