22.04.2014, 18:24
You check if the vehicleid is one of those who have been stored in BC array. If its size is not 2000 (which it shouldn't), you don't have to loop so many times. Also using foreach will reduce the times it loops through the players.
About this line:
You use "return" so it breaks the loop. You send the message to the "j" which is the loop's variable for the vehicles and not the players.
About this line:
pawn Код:
else return SendClientMessage(j, Yellow , "Nobody in Bait-Car.");