25.05.2014, 18:11
Shouldn't there be something like
etc.. to actually get the stuff? ;d
(sorr if i'm wrong, new to the SQL stuff too
)
pawn Код:
new Result[70];
db_get_field_assoc(Result, "LOZINKA", Field, 11); PI[playerid][Lozinka] = strval(Field);
db_get_field_assoc(Result, "EMAIL", Field, 24); PI[playerid][Email] = strval(Field);
(sorr if i'm wrong, new to the SQL stuff too
