Dorkinator 64 Posted July 10, 2017 for(Player i:getPlayers().all()){ Point p = getClient().getViewportTools().tileToScreen(i.getTile()); g.drawString(Long.toBinaryString(i.getUID()), p.x, p.y); }UID is always 0.
Dorkinator 64 Author Posted July 11, 2017 I think getIndex is what you're looking for I wasn't looking for getIndex, I was trying to mess with UID's. Also getIndex doesn't work on getLocalPlayer it always returns -1.
hexagon 18 Posted July 11, 2017 I wasn't looking for getIndex, I was trying to mess with UID's. Also getIndex doesn't work on getLocalPlayer it always returns -1. Players don't have UID's
Dorkinator 64 Author Posted July 11, 2017 Players don't have UID'sGood to know. I wasted a couple hours yesterday, I'll give it another few today.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.