24.07.2011, 14:15
Newly connecting players always fill up the lowest player slots. So you could just do:
pawn Код:
if(playerid == GetMaxPlayers()-1) // -1 because if you have 17 slots, id 16 will be the highest playerid