13.04.2012, 15:32
Quote:
|
I have 50 cars Car[0], Car[1] and so on till Car[49]
how can I make pawn Код:
|









At the end vehicleid will be just Car[49], because it's not an array.
Quote:
|
This?
pawn Код:
|
And if he does that into a callback event like OnPlayerEnterVehicle(playerid, vehicleid ....) it will give an error, because vehicleid is not defined as an array... ("error 028: invalid subscript (not an array or too many subscripts): "vehicleid"") and other 3 errors more
I think HondaCBR didn't make the right question...
Can you show us all the callback that contains the code you need?


