i have looked at the code and using c-script I can't create an array of pointers it gives me an error.

panel* move_car_pan[50];

error: panel unknown 50

Is the code different for c-script? Or am i doing something else wrong?