astralprojection
New member
- Messages
- 334
- Points
- 0
I hope to get this added, it is a very important to track and monitor cash movement of players
Code:
case LOG_TYPE_REFINE: return '2'; // Refine
case LOG_TYPE_OTHER: return 'X'; // Other
case LOG_TYPE_CASH: return '$'; // Cash Points
}
Last edited by a moderator: