More PG whit y_ini
#1

Hi, you can create a log recording system with y_ini placing multiple PG in a single account? I think you use folders, is not it? For example AlexPalermitano (folder name) and inside there are three .ini files and to launch the user chooses which PG insert. You can do using this system?
Reply
#2

UUPP
Reply
#3

What you mean with PG?
Reply
#4

Player, for example, by registering I create a folder called Alex Palermitano and inside I find three Alex_Palermitano files - Aaron Smith and another name .. This 3 are the PG
Reply
#5

The best way (speed and difficulty) to do this is by using either MySQL or SQLite.

You can create 2 tables, one of them contains the "main" name and its "PG?" name, and the other one contains data for the "PG" name you select.

Table 1:
UsernameName
Alex_PalermitanoAaron_Smith
Alex_PalermitanoJake_Jeffords
Alex_PalermitanoWalter_Black
Table 2:
NameLevel
Walter_Black5
Or you can have them all in one table.
Which one is better depends on how you want to do stuff.
For example, if 3 names are necessary, then one table is better. If they're not, it's better to have another table than to have some fields that will not be used.
Reply
#6

In my ini you can not do?
Reply
#7

Uppp
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)