Server paying

Beret

High Council
Messages
245
Points
28
Age
31
Emulator
Well I set my server as paid, but how can I release the access for those who paid ?

Code:
// Type of server.// No functional side effects at the moment.// Displayed next to the server name in the client.// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2Pchar_maintenance: 3 
 
It works like every accounts, there will be a paid-hours to play on your server. Like pRO and iRO before.

 
on option 4 is P2P it's pay to play right ?
default_biggrin.png


SlashGeeGee

 
on option 4 is P2P it's pay to play right ?
default_biggrin.png


SlashGeeGee
That's correct.
// Type of server.

// No functional side effects at the moment.

// Displayed next to the server name in the client.

// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P

char_maintenance: 0
Before, I put my server on 4 (P2P) and thats really as far as I've gone because I wasn't sure (for testing purposes) to even get character accounts created through this P2P system... since I've never played around with it.
 
Back
Top