14.01.2016, 21:04
Alright so I want to check if the plates exist but Im not sure how...
PHP код:
new platesnow[32];
for(new x = 0; x < MAX_VEHICLES; x++) {
if(IsValidVehicle(x)) {
if(MyPlates[x] == platesnow) return Msg(playerid,COLOR_RED,"These plates already exist");
}
}