i was adding a subscription system, and i have some
doubts .. i already have a paypal account to recive the
money .. and i already checked the: "Give in-game bonuses to subscribers with CheckPassport()" option ..
here is my login code:
mob
player
Login()
if(client.CheckPassport("14c9d5b8cebdbb3c"))
src << output("You have extra-benefits as you are subscribed!","o")
else
src << output("Please, subscribe .. if you already did, wait at-least 24 hours","o")
return ..()
now the problem is when i get the money, how
do i configure their passport so they become
a subscribed user on the system?