ID:167402
 
I know the "IsByondMember()" proc, but does that include Subscription?

I want a thing thats detects Subscription to just that game.
What the hell do you mean with Subcription? Aka, they payed YOU? If so, just add their ckey's / key's to a list and trace it.
In response to Mysame
What if they did <_<


I found a proc. Upgraded version.

mob/Login()
if(client.CheckPassport("0123456789abcdef") || src.key in adminlist)
full_access = 1
src << "<b>Booyah, your a subscriber!"
else
src << "<b>If you want extras, you need to subscribe. More guns and that."
..()


Now, whats this String assigned to me when I make a Hub entry? Hold on, I'll put the code into postition...

EDIT: I can't find this "String"... And yes, I know what a String is. Not that one.



EDIT: Got 'em.