06.02.2015, 17:21
Hello, i need help
I use
And i received this error
I want put "NOUJ" to show in it one the textdraw.
What it's the problem?
I use
pawn Код:
if(fexist("NOUJ.cfg"))
{
strmid(NOUJ, dini_Get("NOUJ.cfg", "Newaccount"), false, strlen(dini_Get("NOUJ.cfg", "Newaccount")), MAX_PLAYER_NAME);
printf("file \"NOUJ.txt\" located, variable NOUJ loaded (%s New account)", NOUJ);
}
And i received this error
pawn Код:
error 035: argument type mismatch (argument 1)
What it's the problem?