Problem dini_Get ( 3x +REP !)
#1

Hello, i need help

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)
I want put "NOUJ" to show in it one the textdraw.


What it's the problem?
Reply
#2

Hello,

Personally i would avoid the use of dini as it is one of the slowest includes from what i have seen. If possible try to remove dini and replace it with an alternative.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)