26.01.2014, 14:26
Hello guys, how can I make public, which will load variables from .ini, but I want to load only one tag in this file, is that possible?
Example of the public: (This is public without tag)
How it should like when I want to load it from tag?
Thanks.
Example of the public: (This is public without tag)
pawn Код:
public LoadingUsers (playerid, name [], value [])
{
INI_String ("Password", PlayerInformations [playerid] [pPassword], 129);
//There I have other stuff...
return true;
}
Thanks.