ID:270177
Jan 29 2006, 4:10 am
|
|
I was wondering is there a var or summit that tells of the mob is a BYOND member like BYOND_Member = 0 or wateva
|
In response to Mysame
|
|
Mysame wrote:
if(client.IsByondMember())
Though, it's bugged in some ways atm. How so? It worked for me. |
In response to Kalzar
|
|
In response to Mysame
|
|
Um. Did you read that post? It has nothing to do with what the author of this post means. There was a problem with a reserved name. The compiler isn't reading the proc as a reserved name.
|
In response to Kalzar
|
|
Still, it's a bug.. :)
|
if(client.IsByondMember())
Though, it's bugged in some ways atm.