15.12.2013, 19:26
Hello everyone.
I am working on my login/register system using y_ini and whirlpool.
I have seen that many scripts use this to load the file when the player connects:
But by using that line, it will load the whole file, right? Because I only need to load the string from the "password" field in the file. Not stuff like weapons and health etc.
What is the best way to do that?
Hope you can help. Thanks.
I am working on my login/register system using y_ini and whirlpool.
I have seen that many scripts use this to load the file when the player connects:
pawn Код:
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
What is the best way to do that?
Hope you can help. Thanks.