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
#2

https://sampforum.blast.hk/showthread.php?tid=244223
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)