 |
|
BANNED
Join Date: Jan 2012
Location: Usa
|

02-24-2015
, 16:43
Re: [v2.5.1, February 15] Trouble in Terrorist Town mod
|
#11
|
Quote:
Originally Posted by GuskiS
Ahh, sry.
I had forgottent to remove logger and in my test server I didn't see that cause of I never got 32 players ;D
Remove this:
PHP Code:
if(id >= 32 || data >= PLAYER_DATA)
{
static name[40];
get_plugin(plugin, name, charsmax(name));
if(data == PD_PLAYERSTATE)
log_amx("STATE Param1 %d, Param2 %d, plugin %s", id, data, name);
else log_amx("ELSE Param1 %d, Param2 %d, plugin %s", id, data, name);
}
from _get_playerdata and _set_playerdata in ttt_core.sma
Thanks for reporting. Looking forward for your suggestions 
|
500mb logs are generated at times xD
Now I will try, ty!
|
|
|
|