More PG whit y_ini
#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


Messages In This Thread
More PG whit y_ini - by AlexPalermitano97 - 02.09.2016, 01:10
Re: More PG whit y_ini - by AlexPalermitano97 - 02.09.2016, 12:33
Re: More PG whit y_ini - by Shinja - 02.09.2016, 12:45
Re: More PG whit y_ini - by AlexPalermitano97 - 02.09.2016, 13:11
Re: More PG whit y_ini - by Stinged - 02.09.2016, 13:32
Re: More PG whit y_ini - by AlexPalermitano97 - 02.09.2016, 13:52
Re: More PG whit y_ini - by AlexPalermitano97 - 02.09.2016, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)