stock IsCopVeh(vehicleid) { for(new i = 0; i<10; i++) { if(vehicleid == CopVeh[i]) { return 1; } } return 0; }