How to use correctly?
#1

Hi guys, i read this: https://sampforum.blast.hk/showthread.php?tid=647850
I use normal format and mysql_query, and i want to know if this function have memory leaks:
Код HTML:
	format(gQuery, sizeof(gQuery), "UPDATE `users` SET `LastOn`='%02d/%02d/%02d %02d:%02d:%02d' WHERE `ID`='%d'", d, m, y, h, mi, s, PlayerInfo[playerid][pSQLID]);
	mysql_query(SQL, gQuery);
Reply
#2

Update your mysql Plugin and use threaded querys, like
PHP код:
mysql_tquery 
.

Its just much faster.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)