Thread: Fire Message

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by supercarz1991 View Post
    of course there is >.> lol
    There. Is.

    btw is sig if fail because adding both dates makes it 12/21/4012
    Last edited by NOOB; 03-14-2011 at 02:16 PM.

  2. #17
    alguempt's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    behind u
    Posts
    109
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    truly u got free time, what can u do with that?

  3. #18
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    There. Is.

    btw is sig if fail because adding both dates makes it 12/21/4012
    very very nice catch was waitin for some1 to say something

    and if only i knew how to find the classes

    commando: You're probably the best non-coder coder I know LOL


  4. #19
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by supercarz1991 View Post
    very very nice catch was waitin for some1 to say something

    and if only i knew how to find the classes
    Code:
    class CTargetMgr 
    {  
    public:  
        virtual void Function1();  
        virtual void Function2();  
        virtual HOBJET* GetTargetObject(); 
        virtual float GetTargetRange();  
        virtual HOBJECT* GetEnemyTarget(); 
        char unknown188[4]; 
        char unknown12[64]; 
        float TargetRange; 
        char unknown80[1024]; 
    };

  5. The Following User Says Thank You to NOOB For This Useful Post:

    supercarz1991 (03-14-2011)

  6. #20
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    Code:
    class CTargetMgr 
    {  
    public:  
        virtual void Function1();  
        virtual void Function2();  
        virtual HOBJET* GetTargetObject(); 
        virtual float GetTargetRange();  
        virtual HOBJECT* GetEnemyTarget(); 
        char unknown188[4]; 
        char unknown12[64]; 
        float TargetRange; 
        char unknown80[1024]; 
    };
    i wanna know how to find it myself though >.< probably takes years of reverse engineering experience though

    but i'll click thanks anyway

    commando: You're probably the best non-coder coder I know LOL


  7. #21
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by supercarz1991 View Post
    could you use this with the weapon ID to see what a gun is on ground if you like point at it with crosshair? that'd be slick

    and i think shotcounter is for something called Deflection (probably mistaken but...) in almost all the Lithtech games so far, there is a frame string you can type in on Model Edit keyframes to deflect objects (bullets, nades, knives, etc.) and not get damage from it. I don't think deflect is in the framestrings for CA but if it is, its some how disabled
    No, the weapon ID is not stored in the weapon pickup class. The only possible way would be to display the model name or something like that.

    Shot counter isn't like that.... It starts at a seemingly random number and goes up by 2 for each shot fired.

  8. #22
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by mmbob View Post
    No, the weapon ID is not stored in the weapon pickup class. The only possible way would be to display the model name or something like that.

    Shot counter isn't like that.... It starts at a seemingly random number and goes up by 2 for each shot fired.
    well then, i'm stumped as to what it is haha of course i would be though

    commando: You're probably the best non-coder coder I know LOL


  9. #23
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Code:
    //// HOBJECT:hHitPlayerObj - Object of hit player
    //// HMODELNODE:hHitNode - Node that was hit
    //// LTVector:vHitPos - (x, y, z) of position that was hit
    //// LTVector:vDirection - Direction the player is in relative to you.  Only -1, 0, 1 allowed for each direction
    // }
    I smell ghost aim

  10. The Following User Says Thank You to Fabolous For This Useful Post:

    SNal2F (03-14-2011)

  11. #24
    SNal2F's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    175
    Reputation
    30
    Thanks
    99
    ive seen this done in fear where u send a bullet to anyones head.. by drunken chettah .....have you sucesfully been able to do it in ca? if so amazing!

    nice RE none the less

  12. The Following User Says Thank You to SNal2F For This Useful Post:

    mmbob (03-14-2011)

  13. #25
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by SNal2F View Post
    ive seen this done in fear where u send a bullet to anyones head.. by drunken chettah .....have you sucesfully been able to do it in ca? if so amazing!

    nice RE none the less
    He actually does have ghost aim in his own VIP lol.

  14. #26
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by UnknownCoder View Post
    Code:
    //// HOBJECT:hHitPlayerObj - Object of hit player
    //// HMODELNODE:hHitNode - Node that was hit
    //// LTVector:vHitPos - (x, y, z) of position that was hit
    //// LTVector:vDirection - Direction the player is in relative to you.  Only -1, 0, 1 allowed for each direction
    // }
    I smell ghost aim
    I do it a much easier way . I'm trying to implement it like this though.

    Quote Originally Posted by SNal2F View Post
    ive seen this done in fear where u send a bullet to anyones head.. by drunken chettah .....have you sucesfully been able to do it in ca? if so amazing!

    nice RE none the less
    Thanks. But as for sending the message, SendToServer is causing an access violation for some reason .

  15. #27
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by UnknownCoder View Post
    Code:
    //// HOBJECT:hHitPlayerObj - Object of hit player
    //// HMODELNODE:hHitNode - Node that was hit
    //// LTVector:vHitPos - (x, y, z) of position that was hit
    //// LTVector:vDirection - Direction the player is in relative to you.  Only -1, 0, 1 allowed for each direction
    // }
    I smell ghost aim
    theres a way to do it via attributes too, i just need a hackshield bypass >.<

    commando: You're probably the best non-coder coder I know LOL


Page 2 of 2 FirstFirst 12