tried it out today and it all worked fairly well.
keep up the good work
keep up the good work
MessageStr = " Lives: " $ string(InvGRI.MaxLives - InvPRI.ReplicatedNumLives);
aVehicle.KDriverLeave(true); if ( ONSVehicle(aVehicle) != none){ np = ONSVehicle(aVehicle).NumPassengers(); for ( j=0; j<np; j++){ ONSVehicle(aVehicle).WeaponPawns[j].KDriverLeave(true); } } aVehicle.Destroy();
Comment