28.04.2014, 22:01
You could probably do something like this:
pawn Код:
new found = 0;
for(new i = 0; i<MAX_VEHICLES; i++)
{
if(AdminCar[i] == 1)found++;
}
if(found==0)SendClientMessage(playerid,-1,"no vehicles found.");