30.08.2016, 08:04
Simply because you shouldn't send a message when a player isn't even close to a vehicle when looping, right place to send that is outside the loop, if everything fails.
And you also need to return when finding the right vehicle to load cargo behind, so it won't keep looping.
PHP Code:
for(...)
{
...
}
SendClientMessage(playerid, COLOR_GREY, "You are not behind any van.");