Check_IDs()
set category = "GM"
for(var/client/C)
var/P=C.computer_id
if (P==)//if P the ID Matches another Client
del (P)// it would boot one key
//and here it would tell the other key that didn't get booted that they were caught multikeying
usr<<"([C]) ID ([P])"//here would tell you that they matched and was kicked
Problem description:
what im trying to do is make this find multi
keyers