Originally posted by charlesr
View Post
Hope BF3 doesn't fall into this trap. If I get killed by a helicopter in BF I know it's because there's a player out there flying a helicopter who saw me and managed to shoot me. Not a bit of code:
if(player->location == outside)
{
player->status = dead;
}
Comment