I just noticed an unused variable in int disablePickup(int a1, int a2, int a3).
Replace
WithPHP Code:int addrtype, ret = 0;
PHP Code:int ret = 0;
I just noticed an unused variable in int disablePickup(int a1, int a2, int a3).
Replace
WithPHP Code:int addrtype, ret = 0;
PHP Code:int ret = 0;
Mitch (24th June 2015)