16.06.2010, 11:59
pawn Код:
vehicleid = 0;
for(new v=1; v < MAX_VEHICLES; v++)
{
if(ProxDetectorV(4, playerid, v))
{
vehicleid = v;
break;
}
}
if(vehicleid == 0)
{
SendClientMessage(playerid, COLOR_LIGHTRED, "You are not near any a vehicle !");
return 1;
}