07.06.2010, 15:58
So I'm currently building something for a HQ on my server, I'm however wondering if it's possible to like have two %s after a WHERE like:
This is the two ones I tried but none succeed, heres the whole actual string
Код:
WHERE FactionPass = '%s' ID = '2'
Код:
WHERE FactionPass = '%s', ID = '2'
pawn Код:
format(stringsize, sizeof(stringsize), "SELECT * FROM "SQL_FACTION" WHERE FactionPass = '%s' ID = '2' LIMIT 1",inputtext);