Problem dini_Get ( 3x +REP !) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Problem dini_Get ( 3x +REP !) (
/showthread.php?tid=562047)
Problem dini_Get ( 3x +REP !) -
Johnny_Ionut - 06.02.2015
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?
Re: Problem dini_Get ( 3x +REP !) -
SimplyFragHosting - 07.02.2015
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.