What does it mean
#3

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Sure.
1. INI_ParseFile is an y_ini library function for parsing ini files
2. UserPath is probably a macro/function somewhere on top of your script which provides path to user files from playerid.
3. "LoadUser_%s" is a format pattern. Assume that ini file looks like
pawn Код:
[some_random_stuff]
A = B
C = 5
Then it will call "LoadUser_som_random_stuff" public function twice, once for "A" with value of "B", then "C" with a value of "5".
4. .bExtra means that you want to pass additional parameter to your LoadUser_%s function, and
5. .extra contains the value you want to pass, playerid in this case
Thanks
Reply


Messages In This Thread
What does it mean - by Suttix - 05.08.2017, 19:23
Re: What does it mean - by Misiur - 05.08.2017, 19:37
Re: What does it mean - by Suttix - 05.08.2017, 20:07
Re: What does it mean - by Suttix - 05.08.2017, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)