Need INI code for ip
#1

Heey guys.
I want to save the ip from players but i dont know how.
I have this:
Код:
new plrIP[16];
INI_WriteInt(File,"Ip",GetPlayerIp(playerid, plrIP, sizeof(plrIP)));
But this doesnt work.
I dont get a ip i just get a number.
Reply
#2

Код:
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
INI_WriteString(File,"Ip",plrIP);
Reply
#3

Quote:
Originally Posted by Incubator
Посмотреть сообщение
Код:
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
INI_WriteString(File,"Ip",plrIP);
OMG Worked,Thanks dude!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)