21.01.2013, 20:45
Put this at the top of your script
I'm guessing this might help?
It's from this:
https://sampforum.blast.hk/showthread.php?tid=299738
and has the same function and names as yours, so im guessing this is what your using?
pawn Код:
enum vehicle_stats
{
vehicle_dealership,
vehicle_model,
vehicle_price,
Float:vehicle_position[5],
Text3D:vehicle_label,
vehicle_onsale
};
new VehicleStatistics[MAX_VEHICLES][vehicle_stats];
It's from this:
https://sampforum.blast.hk/showthread.php?tid=299738
and has the same function and names as yours, so im guessing this is what your using?