new platesnow[32];for(new x = 0; x < MAX_VEHICLES; x++) { if(IsValidVehicle(x)) { if(!strcmp(MyPlates[x],platesnow)) return Msg(playerid,COLOR_RED,"These plates already exist"); } }