Thread: if (playervip)
View Single Post
  #10  
Old 02-11-2004, 01:28 AM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
the numbers would have to be like this:

1 - Trial
2 - Classic
4 - Gold
8 - VIP

bitflags, see showstats, enablefeatures.

So no two numbers added could be equal to another bitflag.

e.g, 1+2 = 3, 1+2+4 = 7, etc.
Reply With Quote