Weird string array bug (Experienced scripters please)
#5

You cannot compare an integer with a string with strcmp, it'll give warning about argument type mismatch 1.

Change to:
pawn Код:
// in the enum:
vOwner[21],
...
pawn Код:
db_get_field_assoc(re, "owner", VehicleInfo[vid][vOwner], 21);
and check as Leon9741 showed you.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)