Re: SA-MP 0.3z R2 server update -
ikey07 - 12.04.2014
Some of my players complain that they get "You are banned from the server" bug randomly after applied this patch, could it be because of it?
Re: SA-MP 0.3z R2 server update -
][Noname][ - 12.04.2014
There is new server variable \'ackslimit\' default = 1000
If you call 1000 SendClientMessage for player, player will exceed this limit
Re: SA-MP 0.3z R2 server update -
vyper - 12.04.2014
Thank you
Re: SA-MP 0.3z R2 server update -
Jon_De - 12.04.2014
Re: SA-MP 0.3z R2 server update -
Lightning[SV] - 12.04.2014
Thanks for the fix.
Re: SA-MP 0.3z R2 server update -
KingHual - 12.04.2014
Quote:
Originally Posted by SPAWN_METAL
There is new server variable \'ackslimit\' default = 1000
If you call 1000 SendClientMessage for player, player will exceed this limit
|
Why would you even
Re: SA-MP 0.3z R2 server update -
][Noname][ - 12.04.2014
Not only SendClientMessage can exceed ackslimit
it may be CreatePlayerObject or TextDraw
Re: SA-MP 0.3z R2 server update -
Niko_boy - 12.04.2014
Thank you , inb4 much loss :S
Re: SA-MP 0.3z R2 server update -
DEMON91052 - 12.04.2014
Thanks
Re: SA-MP 0.3z R2 server update -
StreetGT - 12.04.2014
Thank you Kalcor.
Re: SA-MP 0.3z R2 server update -
kurta999 - 12.04.2014
Interesting..
Code:
"messageslimit"
"ackslimit"
"playertimeout"
Re: SA-MP 0.3z R2 server update -
Whizion - 12.04.2014
Half of my players can\'t connect after switching to R2, they\'re getting the "you are banned from the server" message. I had to switch back to R1.
Hopefully this will be fixed since i see others have mentioned having the same thing.
Re: SA-MP 0.3z R2 server update -
][Noname][ - 12.04.2014
What say your logs?
set ackslimit to 2000
Re: SA-MP 0.3z R2 server update -
dugi - 12.04.2014
Quote:
Originally Posted by Whizion
Half of my players can\'t connect after switching to R2, they\'re getting the "you are banned from the server" message. I had to switch back to R1.
Hopefully this will be fixed since i see others have mentioned having the same thing.
|
See
https://sampforum.blast.hk/showthread.php?tid=506254 you need to increase the ackslimit server variable.
Re: SA-MP 0.3z R2 server update -
nGen.SoNNy - 12.04.2014
Thanks big boss
Re: SA-MP 0.3z R2 server update -
audriuxxx - 12.04.2014
What limit, is best to say in my server.cfg?
Half of my players can\'t connect after switching to R2, they\'re getting the "you are banned from the server" message. I had to switch back to R1.
If ackslimit is default 1000, how it\'s possible, to reach this limit?
Re: SA-MP 0.3z R2 server update -
Jon_De - 12.04.2014
what default value of messageslimit and playertimeout?
AW: SA-MP 0.3z R2 server update -
Mellnik - 12.04.2014
Whats the difference between messageslimit and messageholelimit?
Re: SA-MP 0.3z R2 server update -
Admigo - 12.04.2014
Great update.
Re: SA-MP 0.3z R2 server update -
M3HR4N - 12.04.2014
much thanks bOsS!