2019-08-04, 07:26 PM
For some reason my connection handle changes?
Returns:
Code:
?? ?new q[256];
?? ?printf("%d // 1", _:SQL);
?? ?mysql_format(1, q, sizeof q, "SELECT * FROM `players` WHERE `name`='%e' LIMIT 1", GetPlayerNameEx(playerid));
?? ?printf("%d // 2", _:SQL);
??? mysql_pquery(1, q, "OnAccountCheck", "i", playerid);
??? printf("%d // 3", _:SQL);
Returns:
Code:
1 // 1
111 // 2
111 // 3