26.07.2013, 19:43
Are you really sure that the field is not null? Because if it is, it causes crashes.
By the way, you can just do:
He does not have only 1 row, so he should use a loop.
@Sk1lleD Don't forget to use "db_next_row".
By the way, you can just do:
pawn Код:
db_get_field_assoc(Result,"owner",BizInfo[a][bOwner],30);
Quote:
but try:
pawn Код:
|
@Sk1lleD Don't forget to use "db_next_row".