How to convert this code into mysql?
#1

Код:
	
	new sendername[MAX_PLAYER_NAME];
	GetPlayerName(playerid, sendername, sizeof(sendername));
	format(string, sizeof(string), "users/%s.ini", sendername);
	new File: hFile = fopen(string, io_read);
if (hFile) {
		gPlayerAccount[playerid] = 1;
		fclose(hFile);
	}
	else {
		gPlayerAccount[playerid] = 0;
 }
How would you convert that to mysql?
Reply


Messages In This Thread
How to convert this code into mysql? - by JessThompson - 05.08.2015, 08:44
Re: How to convert this code into mysql? - by MsgtHill - 05.08.2015, 09:10
Re: How to convert this code into mysql? - by perfectboy - 05.08.2015, 10:30
Re: How to convert this code into mysql? - by JessThompson - 05.08.2015, 11:11
Re: How to convert this code into mysql? - by DaniceMcHarley - 05.08.2015, 11:25
Re: How to convert this code into mysql? - by JessThompson - 05.08.2015, 11:39
Re: How to convert this code into mysql? - by Evocator - 05.08.2015, 11:55
Re: How to convert this code into mysql? - by JessThompson - 05.08.2015, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)