(03-25-2012, 22:01)Nukem Wrote: TeknoMW3 and Steam MW3 are different.
Steam uses the player's GUID (GUID = XUID, name does not matter), although TeknoMW3 uses computer hardware ID or something along those lines. Given your previous posts showing "... was kicked for cheating" it seems both the HWID and GUID are used, but the HWID is used for the ban list. More reversing would probably be needed to obtain the HWID.
I'm just going to assume the plugin makers would not know how to do this.
So you're saying even though I'm using the Server Addon from here, for version 1.4, and even though XUID is logged by the Server Addon, because I'm using Teknogods, the bans are done by GUID?
(03-25-2012, 22:16)Tylerd86 Wrote: Thats what im talking about...it logs Guid of players along with there name
Yeah, but the player has to be on the server when you issue the command to log the GUID. That defeats the whole purpose. I need to be able to get the GUID (the alphanumeric that is recorded in the ban list) to be recorded in the server log. Right now, when a player connects, it records the XUID, which is NOT what is written in the ban list. This will enable to me to go into the log, find a troublesome player and add them to the ban list.
As it stands right now, the ban list does NOT use what is listed as the "GUID" in the server log. It uses a completely different alphanumeric that I'm told is actually the hardware GUID.
So, to clarify, no matter what you may call it, for the purpose of this thread and plugin, this is an example of an XUID, which is found in the server log, and a GUID, which is found in the ban list. They are the XUID and GUID for the same player:
XUID: 0110000105097d34
GUID: 8E3ECBA4B090C350EBC0852A
See the difference? One player with two sets of alphanumerics. The first is logged in the server log as a "guid" ([04:14:41] "Rakan" (guid "0110000105097d34") was kicked for cheating.) and the second is written to the ban log (8E3ECBA4B090C350EBC0852A=128.73.99.135 (Rakan)).
I hope this clarifies what I'm looking for.
Tyler - I just reread your post and I'm a little confused:
(03-25-2012, 18:16)Tylerd86 Wrote: I made a plugin that shows 011000010509blah and there name when they join on the console. dunno how to make log to a file tho
(03-25-2012, 18:16)Tylerd86 Wrote: I am not talking about player log. Ive created a plugin which tells u their guid and when they connect on ur console so u have the name and guid. Go to server log find name then u have there guid right next to it
First you said you don't know how to make it record to the log, then you say just go to the log to get it, so which is it? Does it save it to the log or not?
One more reply here. Tyler, I tried your plugin and all it does is log what I refer to as the "XUID" into a seperate log file. This information is already logged into the server's console log. I still need a way to log the alphanumeric that is recorded in the ban list.