• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Cash Transaction Log (pick_logs)

astralprojection

Active member
Messages
334
Points
28
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:
Back
Top