09.01.2011, 15:42
Quote:
Have you tried reading through the y_ini topic? It explains reading in there, and use of those functions.
https://sampforum.blast.hk/showthread.php?tid=175565 |
pawn Код:
INI:myini[](name[], value[])
{
INI_String("a", gA);
INI_String("b", gB);
INI_String("c", gC);
return 0; // This is now required.
}
Код:
gA, gB, gC
pawn Код:
new INI:file = INI_Open( PLAYER );