How do you give byond members special benefits?
I know most of the variables but would u just put something like
mob
if(usr.key = member)
(Then all the special benefits)
will dream maker already know that or is there something special you have to have, or do you have to be a member yourself?
ID:167070
May 4 2006, 5:08 pm
|
|
May 4 2006, 5:09 pm
|
|
Use usr.client.IsByondMember().
|
Just put this where you want it to go.
if(client.IsByondMember()) |
In response to Kore2
|
|
o ok
thanks |