stock utolsovehicleid() { for(new x=MAX_VEHICLES; x > -1; x--) { if(IsValidVehicle(x)) { return x; } } return -1;}
native IsValidVehicle(vehicleid);