-
Enthusiast
Get Player IP?
Just wondering how to get the IP of an account/character on my server.
-
-
Reverse Engineer
Re: Get Player IP?
Doesn't Account table have it?
-
Re: Get Player IP?
If i remember correctly, there is a field called LastIP in the Login table
-
Reverse Engineer
-
Adrian - Gunz Addict
Re: Get Player IP?
and if u use emisands cp its there to under last login 2 =Dor last recorder ip idk same sht
-
Proficient Member
Re: Get Player IP?
WOW!!!!!!!!!!! lol...wth ...
-
Mako is insane.
Re: Get Player IP?
DECLARE @AID int
SELECT @AID=AID FROM Character WHERE Name='Leet'
SELECT LastIP FROM Login WHERE AID=@AID