[Question] PVars limit?
#3

I ran this code and after 780 iterations, it started printing 0.
pawn Код:
new str[32];
for(new i = 0; i < 800; ++i)
{
    format(str, 32, "PVAR%d", i);
    SetPVarInt(playerid, str, 1);
}
for(new i = 0; i < 800; ++i)
{
    format(str, 32, "PVAR%d", i);
    printf("%d PVAR %d", i, GetPVarInt(playerid, str));
}
781 PVars per player.
Reply


Messages In This Thread
[Question] PVars limit? - by Maxips2 - 04.07.2012, 19:05
Re: [Question] PVars limit? - by HuSs3n - 04.07.2012, 19:15
Re: [Question] PVars limit? - by Stylock - 04.07.2012, 19:38
Re: [Question] PVars limit? - by Maxips2 - 04.07.2012, 20:03
Re: [Question] PVars limit? - by iggy1 - 04.07.2012, 20:10
Re: [Question] PVars limit? - by Maxips2 - 04.07.2012, 20:19
Re: [Question] PVars limit? - by Stylock - 04.07.2012, 22:08

Forum Jump:


Users browsing this thread: 1 Guest(s)