K koko24 New member Messages 81 Points 0 Github koko24 Emulator Jun 7, 2015 #2 Hello i would like to request a script that allows GM to see Characters from their account id Characters and Deleted Characters for example account_id = 200000 show characters of 200000 Last edited by a moderator: Jun 7, 2015
Hello i would like to request a script that allows GM to see Characters from their account id Characters and Deleted Characters for example account_id = 200000 show characters of 200000
Oxxy New member Messages 142 Points 0 Location Estonia, Tallinn Emulator Jun 7, 2015 #3 SELECT * FROM 'char' WHERE 'account_id' = account_id; You can't find info about deleted chars.