02.07.2014, 10:54
Basically, the owner's name isn't being formatted, it's empty..
In console it doesn't write the name, only empty space.
Same problem in house loading..
Why is it happening?
pawn Код:
cache_get_field_content(i, "owner", VehicleInfo[vid][vOwner], 21), printf("%s", VehicleInfo[vid][vOwner]);
Same problem in house loading..
pawn Код:
cache_get_field_content(i, "name", HouseInfo[hid][Name], 21), printf("%s", HouseInfo[hid][Name]);
cache_get_field_content(i, "owner", HouseInfo[hid][Owner], 21), printf("%s", HouseInfo[hid][Owner]);

