02.05.2013, 18:48
The problem may be very, very simple. The code looks perfect, have you checked the VehicleInfo enum? Are you sure that "VehicleInfo[vehicleID][vOwner]" is an array?
Last thing that I can advice is,
If it works, try;
I cannot find any other solution, sorry.
Last thing that I can advice is,
pawn Код:
new test[24];
cache_get_row( 0, 1, test, g_Handle );
print(test);
pawn Код:
new test[24];
cache_get_row( 0, 1, test, g_Handle );
format(VehicleInfo[vehicleID][vOwner], 24, "%s", test);