09.05.2016, 02:48
Hi.
I wonder because the file does not load. What do I do wrong?
I wonder because the file does not load. What do I do wrong?
pawn Код:
new variable;
main()
{
INI_Load("ForumSAMP.ini");
printf("variable %i", variable); // prints 0
}
INI:ForumSAMP[](name[], value[])
{
INI_Int("Tutorial", variable);
return 0;
}