Saving system
#1

Код:
		new File:hFile;
		hFile = fopen(string, io_append);
		new var[32];//
		format(var, 32, "%s\n", PlayerInfo[playerid][pPassword]);fwrite(hFile, var);
		format(var, 32, "%s\n", PlayerInfo[playerid][pIp]);fwrite(hFile, var);
		format(var, 32, "%d pCash\n", PlayerInfo[playerid][pCash]);fwrite(hFile, var);
If i would use y_ini what must i change? pls can someone help
Reply


Messages In This Thread
Saving system - by Jimbo01 - 26.03.2011, 22:55
Re: Saving system - by ricardo178 - 26.03.2011, 22:56

Forum Jump:


Users browsing this thread: 1 Guest(s)