SA-MP Forums Archive
loading saving ptoblme - Y_INI - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: loading saving ptoblme - Y_INI (/showthread.php?tid=465881)



loading saving ptoblme - Y_INI - yos136 - 24.09.2013

i got a problme with loading details with vars...

over 55 players in server, player stats (level & kills) reset to 0 on Connecting.
why that happens?

but in player user everything fine.

maybe the problme is because i have rBits? and its crash my stats?
i dont know...

please help and tnx..


Respuesta: loading saving ptoblme - Y_INI - PabloDiCostanzo - 24.09.2013

Maybe if you post the code, will help us to help you. maybe you have an error there


Re: loading saving ptoblme - Y_INI - yos136 - 24.09.2013

no...
listen...
under 50 players the stats fine...
over 50-55 something there, and stats get reset when player connect (the var gets 0 but the user dont)...

i dont know why, but i think its something in my setting i dont know where...


Re: loading saving ptoblme - Y_INI - [WoF]Sonny - 24.09.2013

Quote:
Originally Posted by yos136
Посмотреть сообщение
no...
listen...
under 50 players the stats fine...
over 50-55 something there, and stats get reset when player connect (the var gets 0 but the user dont)...

i dont know why, but i think its something in my setting i dont know where...
if you have this inside your gamemode:
Quote:

#define MAX_PLAYERS 50

Than change it to

Quote:

#define MAX_PLAYERS 100 or how many slots your server has




Re: loading saving ptoblme - Y_INI - yos136 - 24.09.2013

#define MAX_PLAYERS 200

that what i got


Re: loading saving ptoblme - Y_INI - yos136 - 24.09.2013

HELP!!!


Re: loading saving ptoblme - Y_INI - yos136 - 24.09.2013

WOW ANY BODY I DID TRIPLE!!!
CAUSE NO ONE HELPING ME