count
#8

pawn Код:
if(!dini_Exists("playercount.ini"))
    {
    dini_Create("playercount.ini");
    dini_IntSet("playercount.ini", "pCount", 0);
    dini_IntSet("playercount.ini", "aCount", 0);
    }
    dini_IntSet("playercount.ini", "pCount", dini_Int("playercount.ini", "pCount")+pCount);
    dini_IntSet("playercount.ini", "aCount", dini_Int("playercount.ini", "aCount")+aCount);
there
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: 1 Guest(s)