Results 1 to 10 of 21

Thread: isTouching()

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 451 Times in 305 Posts
    Quote Originally Posted by filthy_freak_ View Post
    Are you sure? This is what my log returns;
    Code:
    clientaddress_to_num = 0, gentityaddress_to_num = 1024
    PHP Code:
        int clientnum clientaddress_to_num(a2);
        
    int clientnum2 gentityaddress_to_num(a2);
        
    printf("clientaddress_to_num = %i, gentityaddress_to_num = %i\n"clientnumclientnum2); 
    Maybe it is a difference between 1.0 and 1.3 (= where i tested it).

    Edit: In 1.3 i get this:
    Code:
    clientaddress_to_num = -55, gentityaddress_to_num = 0
    Last edited by Mitch; 30th June 2015 at 14:12.

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

    filthy_freak_ (30th June 2015)

Posting Permissions

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