help me with dini
#4

If i under stand you:
pawn Код:
new Name[24], File[130], str[130];
GetPlayerName(playerid,Name,24);
format(str,130,"Folder/%s.ini",Name);
if(dini_Exists(File))
{
      if(dini_Get(File,"Player1") == Name)
      {
            //Your Code
      }
}
Reply


Messages In This Thread
help me with dini - by emuk - 05.07.2011, 16:15
Re: help me with dini - by willsuckformoney - 05.07.2011, 16:27
Re: help me with dini - by emuk - 05.07.2011, 17:06
Re: help me with dini - by willsuckformoney - 05.07.2011, 17:46
AW: help me with dini - by Nero_3D - 05.07.2011, 18:03
Re: AW: help me with dini - by emuk - 05.07.2011, 18:47
AW: Re: AW: help me with dini - by Nero_3D - 05.07.2011, 19:24
Re: help me with dini - by emuk - 05.07.2011, 19:49
AW: help me with dini - by Nero_3D - 05.07.2011, 20:10
Re: help me with dini - by emuk - 05.07.2011, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)