Quote:
TServerPlayer.onNickChanges(str, str) event - nick changes: new and old nick name
|
I'm having trouble using this...Does anyone know how it works, or if it even works at all?
onPlayerNickChanges(pl) works, but it only passes a player object in the parameters so I would have to keep track of the players old nickname manually. That seems silly to do when there's supposed to be another event that does
exactly what I need.