- Joined
- Jan 26, 2018
- Messages
- 18
Greetings, I'm programming a plugin to know player data and add IP kick, but when I print the player's ip only a lot of numbers come out and nothing of the IP, can you lend me a hand? Thank you
const FString& IPAddress = ArkApi::GetApiUtils().GetIPAddress(player);
ArkApi::GetApiUtils().SendServerMessage(player, color, L"{} IP: ({})", *ArkApi::GetApiUtils().GetCharacterName(player), *IPAddress);
View attachment 1651
I just realized that those numbers are really the SteamID ... Why? O_O
const FString& IPAddress = ArkApi::GetApiUtils().GetIPAddress(player);
ArkApi::GetApiUtils().SendServerMessage(player, color, L"{} IP: ({})", *ArkApi::GetApiUtils().GetCharacterName(player), *IPAddress);
View attachment 1651
I just realized that those numbers are really the SteamID ... Why? O_O
Last edited: