How to write in to another players INI file
#4

How about this?

pawn Код:
CMD:sethit(playerid, params[])
{
     new receiver, amount;
     if (!sscanf(params, "ii", receiver, amount)
     {
          new INI:File = INI_Open(UserPath(receiver));
          INI_WriteInt(File,"Hit",amount);
          INI_Close(File);
     }
}
Reply


Messages In This Thread
How to write in to another players INI file - by Spikmun - 11.05.2013, 22:33
Re: How to write in to another players INI file - by Frede - 11.05.2013, 22:40
Re: How to write in to another players INI file - by Spikmun - 11.05.2013, 23:23
Re: How to write in to another players INI file - by JJB562 - 12.05.2013, 00:06
Re: How to write in to another players INI file - by Chenko - 12.05.2013, 01:06
Re: How to write in to another players INI file - by Spikmun - 12.05.2013, 01:48

Forum Jump:


Users browsing this thread: 1 Guest(s)