03.06.2010, 06:09
I think he wants to do custom names for each vehicle. Anyway, there's some things about this that don't seem right. Did you define MAX_CARS? A_samp.inc has the definition as MAX_VEHICLES. Either way the maximum vehicles is 2000. That's a big ass array especially with an enumeration like that. Besides that, I don't think that you could store the vehicle's name in an enum.
I'm not sure if that's considered a 3d array which PAWN doesn't support. Maybe it would work. Maybe not..
pawn Код:
format(cInfo[9][Name],24,"Bob");