SA-MP Forums Archive
What the heck are these? Appear in the server_log - 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: What the heck are these? Appear in the server_log (/showthread.php?tid=576616)



What the heck are these? Appear in the server_log - Jimmi - 05.06.2015

What the heck are these? Appear in the server_log
http://pastebin.com/UpLFekjt


Re: What the heck are these? Appear in the server_log - Konstantinos - 05.06.2015

You have enabled logqueries in server.cfg
Set it to 0 or remove the line completely.


Re: What the heck are these? Appear in the server_log - Jimmi - 05.06.2015

logtimeformat [%H:%M:%S] remove?


Re: What the heck are these? Appear in the server_log - Konstantinos - 05.06.2015

Quote:
Originally Posted by Jimmi
Посмотреть сообщение
logtimeformat [%H:%M:%S] remove?
I never said anything about the above. Take a look closer:
Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
You have enabled logqueries in server.cfg
Set it to 0 or remove the line completely.



Re: What the heck are these? Appear in the server_log - Jimmi - 05.06.2015

I do not have in server.cfg logqueries
Код:
// *** ------------------------------------------------ *** //
// *** ZeroPing SA:MP server.cfg reconfiguration daemon *** //
// *** ------------------------------------------------ *** //
// *** -> The file has been rewritten with forced values

bind 93.119.25.182
maxplayers 50
port 7777

// *** -> Here comes the user configuration


echo Executing Server Config...
lanmode 0
rcon_password 1
hostname PG-ZONE RPG - Feel the difference, try PG-ZONE.
gamemode0 RunStrike 1
filterscripts Anti-CBug anti-flood hotel obiecte bots 
plugins crashdetect.so streamer.so sscanf.so Whirlpool.so mysql.so
announce 1
query 1
weburl www.pg-zone.ro/forum
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 2
logtimeformat [%H:%M:%S]
language Romanian/English



Re: What the heck are these? Appear in the server_log - Konstantinos - 05.06.2015

Those messages are shown in the console/server log only when logqueries is enabled. Try disabling it by setting it to 0:
pawn Код:
logqueries 0