
Originally Posted by
filthy_freak_
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", clientnum, clientnum2);
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