Can you do this query/is there a better way of doing it?
#1

pawn Код:
format(query, sizeof(query), "SELECT `CSlot1`, `CSlot2`, `CSlot3`, `FSlot` FROM `accounts` WHERE id = %d, id = %d, id = %d, id =%d", AccID[playerid][0], AccID[playerid][1], AccID[playerid][2], AccID[playerid][3]);
    mysql_tquery(dbHandle, query, "GetMASlot", "si",intext, playerid);
Reply


Messages In This Thread
Can you do this query/is there a better way of doing it? - by Dokins - 29.04.2017, 16:24
Re: Can you do this query/is there a better way of doing it? - by coool - 29.04.2017, 16:30
Re: Can you do this query/is there a better way of doing it? - by Vince - 29.04.2017, 16:32
Re: Can you do this query/is there a better way of doing it? - by Dokins - 29.04.2017, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)