30.07.2013, 20:29
And in the VehicleInfo enum you defined it as this?
Or if you want to store it as an integer you should do this
pawn Код:
...,
Float:VehicleHealth,
...,
..
pawn Код:
VehicleInfo[i][VehicleHealth] = floatround(VHealth);

