15.02.2012, 04:31
Try this,
If that works, something is wrong either with your syntax or sscanf. Maybe post in sscanf thread for better help from ******.
EDIT: Since you select all in your query i don't know what order to put the variables in the sscanf line i posted, you will need to do that yourself.
EDIT2: fixed
pawn Код:
sscanf(Query, "p<|>is[30]dd", FactionInfo[id][ID],FactionInfo[id][Name], FactionInfo[id][Type], FactionInfo[id][FBank]);
EDIT: Since you select all in your query i don't know what order to put the variables in the sscanf line i posted, you will need to do that yourself.
EDIT2: fixed

