16.08.2013, 15:44
You must specify the size of the array too at the last parameter of INI_WriteString. And, you must use INI_String instead of INI_Int while loading the IP address as it's a string, not an integer.
pawn Код:
INI_WriteString(File, "IP Address", PlayerInfo[playerid][pAdress], 16);