18.08.2013, 19:04
hey!
try this..
do like this:
try this..
do like this:
Код:
new File:PlayerIP = fopen(LuckyGuy, io_read);
new string[50], Ip[20];
while (fread(PlayerIP, string))
{
if(!strcmp(string, "IP = ",true, strlen("IP = ")))
{
strmid(Ip, string, strlen("IP = "), strlen(string) - 2);
}
}

