count
#7

2 errors

C:\DOCUME~1\Tim\BUREAU~1\pawno\GAMEMO~1\****.pwn(2 572) : error 035: argument type mismatch (argument 2)
C:\DOCUME~1\Tim\BUREAU~1\pawno\GAMEMO~1\****.pwn(2 573) : error 035: argument type mismatch (argument 2)


line 2572 en 2573 are the last 2 lines of that dini shit

pawn Код:
if(!dini_Exists("playercount.ini"))
    {
        dini_Create("playercount.ini");
        dini_IntSet("playercount.ini", "PlayersOnline", 0);
        dini_IntSet("playercount.ini", "PlayersRegisterd", 0);
    }
    dini_IntSet("playercount.ini", "PlayersOnline", dini_Int("playercount.ini", PlayersOnline)+PlayersOnline);
    dini_IntSet("playercount.ini", "PlayersRegisterd", dini_Int("playercount.ini", PlayersRegisterd)+PlayersRegisterd);
Reply


Messages In This Thread
count - by radi - 29.11.2009, 20:06
Re: count - by LarzI - 29.11.2009, 20:13
Re: count - by radi - 29.11.2009, 20:15
Re: count - by LarzI - 29.11.2009, 20:17
Re: count - by radi - 29.11.2009, 20:20
Re: count - by LarzI - 29.11.2009, 20:20
Re: count - by radi - 29.11.2009, 20:31
Re: count - by LarzI - 29.11.2009, 20:39

Forum Jump:


Users browsing this thread: 2 Guest(s)