Results 1 to 10 of 33

Thread: Fire direction/angles

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Nice

    Quote Originally Posted by Mitch View Post
    PHP Code:
        v1 = (char *)&g_entities 508 * (unsigned __int16)a1;
        if ( *((
    _DWORD *)v1 67) ) 
    How do you know such things? (magic numbers etc)

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by serthy View Post
    Nice



    How do you know such things? (magic numbers etc)
    I searched it that function name in the Mac binary. It contains all the functions names and more.

    Edit: you only need the code within else curly brackets.
    Last edited by Mitch; 11th June 2015 at 09:19.

  3. The Following User Says Thank You to Mitch For This Useful Post:

    filthy_freak_ (11th June 2015)

  4. #3
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    Quote Originally Posted by Mitch View Post
    I searched it that function name in the Mac binary. It contains all the functions names and more.
    Rawr. If I had known this I could have probably saved 10+ hours going through code.

    EDIT: Could you upload the mac binaries for those of us that have never touched a mac?
    Last edited by filthy_freak_; 11th June 2015 at 10:58.

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
  •