24.12.2008, 02:13
Quote:
Originally Posted by Wadabak
I guess you can also open every file on startup and write during the game to the memory, also reading from it. And when the game ends, it writes everything.
With game I mean calling OnGameModeInit and OnGameModeExit. |
pawn Код:
if (INI_Open("filename"))
{
// Functions here
INI_Close();
}
Glad to see you got it working Mazza101