Results 1 to 10 of 24

Thread: CoD4 - basics

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #17
    Private
    Join Date
    Feb 2013
    Location
    Poland
    Posts
    32
    Thanks
    33
    Thanked 27 Times in 8 Posts
    Thx, serthy!

    If bullet went through wall then iDFlags = 8.

    Just edit _callbacksetup.gsc to disable it.

    PHP Code:
    CodeCallback_PlayerDamage(eInflictoreAttackeriDamageiDFlagssMeansOfDeathsWeaponvPointvDirsHitLoctimeOffset)
    {
        if(
    iDFlags == 8)
            return;

        
    self endon("disconnect");
        [[
    level.callbackPlayerDamage]](eInflictoreAttackeriDamageiDFlagssMeansOfDeathsWeaponvPointvDirsHitLoctimeOffset);

    About "q3dirtravfix.so" - it prevents from downloading files from server with other extensions than .iwd and .pk3. So I think It won't work in CoD4 because there are .ff files too. So do You know another way to protect your .gsc files?
    Last edited by BlancO; 23rd September 2013 at 13:25.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •