Posts: 142
Threads: 54
Joined: Apr 2012
Reputation:
0
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
this - .bExtra = true
and this - extra = playerid
Explain simply I do not understand English well
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
From what I've read on the above link:
bExtra toggles the additional data or parameter to be sent with the function called using INI_ParseFile.
extra is that additional data's value.
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
For example, assume that you've got a public function "LoadUserData" with parameters 'playerid'. So if you want that function to be parsed within INI_ParseFile function, you should note that extra argument data is being passed while parsing, ie : 'playerid'.
It's better to ask such questions related to that include on it's own topic, rather than creating a separate thread.