28.03.2015, 12:41
That warning means that you have twice the same defined VehicleID put one vehicleid and the other VehicleID and it will work
static VehicleID[MAX_PLAYERS]; new VehicleID = GetPlayerVehicleID(playerid); // this you have defined beacuse of that you get warning warning 219: local variable "VehicleID" shadows a variable at a preceding level
static VehicleID[MAX_PLAYERS]; new VehicleID = GetPlayerVehicleID(playerid); // this you have defined beacuse of that you get warning warning 219: local variable "VehicleID" shadows a variable at a preceding level