Hey guys. i bring u the all titles and emblems script for Black ops. this is just the script. we still have to work out how to recompress /facepalm
To add this put the above code somewhere in your missons.gsc and add "player thread ahaloaChallenges();" to the "onPlayerConnect()" function like this:
Originally posted by another user
onPlayerConnect()
{
for(;

{
level waittill( "connected", player );
player thread initMissionData();
player thread monitorBombUse();
player thread monitorDriveDistance();
player thread monitorFallDistance();
player thread monitorLiveTime();
player thread monitorPerkUsage();
player thread monitorGameEnded();
player thread monitorFlaredOrTabuned();
player thread monitorDestroyedTank();
player thread monitorImmobilizedTank();
player thread ahaloaChallenges();
}
}