From the guide application:
"2 Players are being reported as being suspected of 2 boxing. How would you handle this situation?"
I would run the script:
SELECT * FROM `pc_login` where accid in (*ACCID'S REDACTED*) order by ts desc limit 0,5000
and have them run in opposite circles.
Boom - 1 question closer to finishing this guide application. Thanks guys.
|