10.04.2013, 16:18
Hello everyone, i am facing some problems about INI_String
INI_Int works fine, but when i use INI_String Error show to me and it says
i already have:
but i dont know why this showed to me..
Actually i got last version of YSI.
so do any one knows why this happened to me ?
This is my code:
]
INI_Int works fine, but when i use INI_String Error show to me and it says
pawn Код:
undefined symbol "INI_String"
pawn Код:
#include <YSI\y_ini>
Actually i got last version of YSI.
so do any one knows why this happened to me ?
This is my code:
pawn Код:
INI_String("Reason1",reasons[playerid][0][120]);
INI_String("Reason2",reasons[playerid][1][120]);
INI_String("Reason3",reasons[playerid][2][120]);