how to save enum into .txt
#1

Код:
enum pbag
{
	sID,
	bItem,
	bID,
	bAmount,
};
new baoguo[MAX_PLAYERS][31][pbag];
each player has this enum for their bag item, how can i save these value into txt and how to load?
Reply
#2

You cant, you need to use either Dini or MySQL to save it.
Reply
#3

Quote:
Originally Posted by Excelize
Посмотреть сообщение
You cant, you need to use either Dini or MySQL to save it.
yes, i mean using dini to save it, but how?
Reply
#4

Quote:
Originally Posted by Excelize
Посмотреть сообщение
You cant, you need to use either Dini or MySQL to save it.
There are other ways as well, like ******'s invention y_ini :P

EDIT: I suggest you change to y_ini btw, it's a lot faster.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)