if(strcmp(cmdtext,"/clearveh",true) == 0){ for(new i; i < MAX_VEHICLES; i++) { if(GetVehicleModel(i) == 591) { DestroyVehicle(i); } } return 1;}