Editing ALL registered users at once.
#1

How do i do that?

Can someone give me an example?

Here's an exmaple of my code.

For example, I want to set all players level to 0.

pawn Код:
new x = 0;
            while(x != MAX_PLAYERS)
            format(string, sizeof(string), "%s.ini",x);
                result[idx - offset] = EOS;
==================================
                dini_IntSet(string, "Level", 0);
How do I do it?
+rep for help.
Reply


Messages In This Thread
Editing ALL registered users at once. - by Deathh - 07.04.2012, 00:01
Re: Editing ALL registered users at once. - by [HiC]TheKiller - 07.04.2012, 00:16
Re: Editing ALL registered users at once. - by Deathh - 07.04.2012, 00:20
Re: Editing ALL registered users at once. - by [HiC]TheKiller - 07.04.2012, 00:26
Re: Editing ALL registered users at once. - by Deathh - 07.04.2012, 00:29
Re: Editing ALL registered users at once. - by [HiC]TheKiller - 07.04.2012, 00:32
Re: Editing ALL registered users at once. - by Deathh - 07.04.2012, 00:34
Respuesta: Editing ALL registered users at once. - by aNdReSk - 07.04.2012, 00:35
Re: Editing ALL registered users at once. - by Kar - 07.04.2012, 00:35
Re: Editing ALL registered users at once. - by Catalyst- - 07.04.2012, 00:39

Forum Jump:


Users browsing this thread: 1 Guest(s)