21.12.2012, 21:51
new playersip[64];
GetPlayerIp(playerid,playersip,sizeof(playersip));
format(string, sizeof(string),"%s",playersip);
format(pFILE[playerid], 128, "LARP/Users/Aliases/%s.txt", plname);
dini_Create(pFILE[playerid]);
dini_Set(pFILE[playerid], "Nameip", playersip);
Theres way too much with this... What do you want to see with it?
GetPlayerIp(playerid,playersip,sizeof(playersip));
format(string, sizeof(string),"%s",playersip);
format(pFILE[playerid], 128, "LARP/Users/Aliases/%s.txt", plname);
dini_Create(pFILE[playerid]);
dini_Set(pFILE[playerid], "Nameip", playersip);
Theres way too much with this... What do you want to see with it?