Raised This Month: $ Target: $400
 0% 

Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16


Post New Thread Reply   
 
Thread Tools Display Modes
gravi123
Member
Join Date: Feb 2016
Old 10-27-2016 , 16:55   Re: Galileo v3.2.3-248 (a feature rich map voting plugin) | Last Update: 2016.09.30
Reply With Quote #371

Quote:
Originally Posted by addons_zz View Post
The lagging should happens when loading maps if you got the debug enabled and printing to the server console or with some very restrict configuration. May you PM your output from the `amxx cvars` command only within the columns from the Galileo plugin and run it on debug mode until you get one vote start and send the `_galileo.log` file? You may get more instructions on the Support section.

Update:
Opened an issue for tracking it on: https://github.com/addonszz/Galileo/issues/19
Here is what you asked for

Code:
 [  1] amx_extendmap_max        90                       galileo.amxx      [  2] amx_extendmap_step       15                       galileo.amxx      [  3] amx_extendmap_step_roun  0                        galileo.amxx      [  4] amx_extendmap_step_frag  0                        galileo.amxx      [  5] gal_mp_fraglimit_suppor  0                        galileo.amxx      [  6] amx_extendmap_allow_sta  0                        galileo.amxx      [  7] amx_extendmap_allow_ord  0                        galileo.amxx      [  8] amx_extendmap_allow_sta  0                        galileo.amxx      [  9] gal_disabled_value_poin  0                        galileo.amxx      [ 10] gal_server_starting      0                        galileo.amxx      [ 11] gal_debug_level          1048575 | 16             galileo.amxx      [ 12] gal_colored_chat_enable  1                        galileo.amxx      [ 13] gal_version              v3.2.3-261               galileo.amxx      [ 14] gal_nextmap_change       1                        galileo.amxx      [ 15] gal_vote_show_counter    0                        galileo.amxx      [ 16] gal_vote_show_none       1                        galileo.amxx      [ 17] gal_vote_show_none_type  2                       galileo.amxx  [ 18] gal_in_empty_cycle       0                        galileo.amxx      [ 19] gal_unnominate_disconne  1                        galileo.amxx      [ 20] gal_endonround           0                        galileo.amxx      [ 21] gal_endofmapvote_start   0                        galileo.amxx      [ 22] gal_endonround_rtv       0                        galileo.amxx      [ 23] gal_endonround_msg       0                        galileo.amxx      [ 24] gal_vote_weight          1                        galileo.amxx      [ 25] gal_vote_weightflags     y                        galileo.amxx      [ 26] gal_cmd_votemap          0                        galileo.amxx      [ 27] gal_cmd_listmaps         0                        galileo.amxx      [ 28] gal_listmaps_paginate    20                       galileo.amxx      [ 29] gal_banrecent            20                       galileo.amxx      [ 30] gal_recent_nom_maps      0                        galileo.amxx      [ 31] gal_banrecent_mapcycle   0                        galileo.amxx      [ 32] gal_banrecentstyle       1                        galileo.amxx      [ 33] gal_endofmapvote         1                        galileo.amxx      [ 34] gal_endofmapvote_ask     0                        galileo.amxx      [ 35] gal_emptyserver_wait     0                        galileo.amxx  [ 36] gal_emptyserver_change   0                        galileo.amxx      [ 37] gal_emptyserver_mapfile  addons/amxmodx/configs/  galileo.amxx      [ 38] gal_srv_start            4                        galileo.amxx      [ 39] gal_game_crash_recreati  0                        galileo.amxx      [ 40] gal_srv_timelimit_resta  0                        galileo.amxx      [ 41] gal_srv_maxrounds_resta  0                        galileo.amxx      [ 42] gal_srv_winlimit_restar  0                        galileo.amxx      [ 43] gal_srv_fraglimit_resta  0                        galileo.amxx      [ 44] gal_rtv_commands         7                        galileo.amxx      [ 45] gal_rtv_wait             0                        galileo.amxx      [ 46] gal_rtv_wait_rounds      0                        galileo.amxx      [ 47] gal_rtv_wait_frags       0                        galileo.amxx      [ 48] gal_rtv_wait_admin       0                        galileo.amxx      [ 49] gal_rtv_ratio            0.80                     galileo.amxx      [ 50] gal_rtv_reminder         5                        galileo.amxx      [ 51] gal_nom_playerallowance  1                        galileo.amxx      [ 52] gal_nom_mapfile          addons/amxmodx/configs/  galileo.amxx      [ 53] gal_nom_prefixes         0                                  galileo.amxx  [ 54] gal_nom_qtyused          0                        galileo.amxx      [ 55] gal_vote_duration        20                       galileo.amxx      [ 56] gal_vote_expirationcoun  1                        galileo.amxx      [ 57] gal_endonround_countdow  0                        galileo.amxx      [ 58] gal_vote_mapchoices      6                        galileo.amxx      [ 59] gal_vote_announcechoice  0                        galileo.amxx      [ 60] gal_vote_showstatus      3                        galileo.amxx      [ 61] gal_vote_replace_menu    0                        galileo.amxx      [ 62] gal_vote_showstatustype  1                        galileo.amxx      [ 63] gal_vote_uniqueprefixes  0                        galileo.amxx      [ 64] gal_runoff_enabled       0                        galileo.amxx      [ 65] gal_runoff_duration      15                       galileo.amxx      [ 66] gal_sounds_mute          15                       galileo.amxx      [ 67] gal_vote_mapfile         addons/amxmodx/configs/  galileo.amxx      [ 68] gal_vote_minplayers      0                        galileo.amxx      [ 69] gal_nom_minplayers_cont  0                        galileo.amxx      [ 70] gal_vote_minplayers_map                           galileo.amxx      [ 71] gal_whitelist_minplayer  1                         galileo.amxx  [ 72] gal_whitelist_nom_block  1                        galileo.amxx      [ 73] gal_whitelist_block_out  0                        galileo.amxx      [ 74] gal_vote_whitelist_mapf  addons/amxmodx/configs/  galileo.amxx      [ 75] amx_nextmap              bkz_goldbhop_h           galileo.amx

And the log file https://www.sendspace.com/file/wxnb0p
gravi123 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-28-2016 , 14:50   Re: Galileo v3.2.3-248 (a feature rich map voting plugin) | Last Update: 2016.09.30
Reply With Quote #372

Quote:
Originally Posted by gravi123 View Post
Here is what you asked for
I looked over you logs and I do not found anything I was expecting.
So I did a new release for galileo. With the CPU time counting, you may try this debug.
  1. On this log file, the issue is the lag when the voting start?
    1. What moment exactly?
    2. Just before the countdown starts?
    3. While the countdown is running?
    4. When the voting menu shows up?
  2. When it happens?
    1. What time exactly?
    2. Every time the voting started on the log file?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
gravi123
Member
Join Date: Feb 2016
Old 10-29-2016 , 17:03   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #373

1. Just before the countdown starts
2. Every time the voting started on the log file

I will try the update in a bit and edit this post with the results.

EDIT: Nothing changed lags before countdown start every time

Last edited by gravi123; 10-29-2016 at 18:27.
gravi123 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-30-2016 , 10:59   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #374

Quote:
Originally Posted by gravi123 View Post
EDIT: Nothing changed lags before countdown start every time
The update was for the `_galileo.log`, there is new data being output there now.
So, delete the old file, enable the debug, perform a voting and re-post the new log file `_galileo.log`.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 10-30-2016 at 11:00. Reason: update
addons_zz is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 11-07-2016 , 06:57   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #375

Quote:
I have a lot of maps in my respawn/gungame/awp mix server
and some players are abusing the rtv and nominations by choosing the wrong maps....

I replaced the original galileo with you new version 2 days ago and when the server is empty and i am sleeping someone is nominating big ass maps or maps which can crash the server...
See the new features for the Whilelist/Blacklist.
  1. Brief Features' list


Quote:
I didnt replace the original config file but i`ll do so now as probably some of the cvars are not the same.
The same cvars form the original are working or should to be working as the same,
but here there are more options and new cvars which you may choose. Example, on the original
plugin `Galileo` there are only these options for the cvar `gal_nom_mapfile`:
Code:
// Specifies the file to use which holds the names of the maps, listed // one per line, that players can nominate. Use * for all maps in the // server's maps folder. // You can specify a relative path before the filename, relative from // your gamemod folder (i.e. /addons/amxmodx/configs/mymapcycle.txt). gal_nom_mapfile mapcycle.txt
On this version there are more options for the same cvar `gal_nom_mapfile`:
Code:
// Specifies the file to use which holds the names of the maps, listed // one per line, that players can nominate. // You can specify a relative path before the filename, relative from // your gamemod folder (i.e. "addons/amxmodx/configs/mymapcycle.txt"). // // Use * for all maps in the server's maps folder. // Use # for your map-cycle (whatever file is on the cvar 'mapcyclefile'). gal_nom_mapfile "*"

If you are going to start configuration a new configuration, use the latest version,
which is most updated with the explanations.
  1. Latest Updated Configuration File

Quote:
I`ve had this line in the original cfg:
gal_vote_mapfile "/addons/amxmodx/configs/cycle.txt"
gal_nom_mapfile "/addons/amxmodx/configs/noms.txt"
gal_emptyserver_mapfile /addons/amxmodx/configs/empty.txt
gal_emptyserver_wait 0

So why those maps from noms.txt are being changed to?
Or is it somehow using the maps from the mapcycle.txt?
cycle.txt only contains 5 maps and only those maps should be played untill admin in online...
(i have blocked with command blocker 95% of the maps and partial map names)
What is this command blocker? Regardless it, read these commands new documentation:
Code:
// Specifies the map file used for the Map Groups Feature to specify how // many maps to use from each group. Or also, specifies the file to use // which either holds the names of the maps, one per line, that the vote // will be filled with. // You can specify a relative path before the filename, relative from // your gamemod folder, i.e., "addons/amxmodx/configs/mymapcycle.txt". // Use * for all maps in the server's maps folder. // Use # for your map-cycle, i.e., whatever file is on the cvar // 'mapcyclefile'. gal_vote_mapfile "*" // Specifies the file to use which holds the names of the maps, listed // one per line, that players can nominate. // You can specify a relative path before the filename, relative from // your gamemod folder (i.e. "addons/amxmodx/configs/mymapcycle.txt"). // // Use * for all maps in the server's maps folder. // Use # for your map-cycle (whatever file is on the cvar 'mapcyclefile'). gal_nom_mapfile "*" // Specifies the file which contains a listing of maps, one per line, // to be used as the map-cycle when the server is empty. // You can specify a relative path before the filename, relative from // your gamemod folder (i.e. "addons/amxmodx/configs/mymapcycle.txt"). // gal_emptyserver_mapfile "addons/amxmodx/configs/galileo/emptycycle_maplist.txt" // The cvar 'gal_emptyserver_wait', specifies how many minutes to wait, // when the server is empty, before changing to an alternate empty-server // map-cycle. // * The empty-server system waits the 'gal_emptyserver_wait' cvar //   specified minutes before to change to an empty-server map-cycle. // * If some player connect to the server while the system is waiting //   the 'gal_emptyserver_wait' cvar specified minutes, the system is //   stopped. If that player which just connected, to disconnect, the //   empty-server system to restart. // * After to change to an empty-server map, the system to stop changing //   the map every 'gal_emptyserver_wait' specified minutes, because it //   is already on an popular map. The system lets the timelimit, maxrounds //   or winlimit expiration to change the map normally. // * If the server keeps empty, while using the empty-server map-cycle this //   feature keep the server using the empty-server map-cycle. // * If you not do like this time approach, set the cvar 'gal_emptyserver_wait' //   to 0 and to use the cvar 'gal_emptyserver_change' instead of this one. // // 0       - the value 0 disables this feature. // minutes - how many minutes to wait before start the empty-cycle mode. gal_emptyserver_wait 0


Quote:
Anyways i need remake of this plugin... I want all the rtv, nominations, partial name nominations, gal_listmaps and so on user commands available only to admins (d flag or admin_rcon, etc).
To do it, just edit the file `cmdaccess.ini` on the amxmodx/configs folder.


Quote:
The most important part:
"When a single player is on the server, that player can rock the vote at any time" This also must disabled ....
Do you want to disable the RTV when there is only one player on the server?
This would require a new cvar/feature request to disable this behavior.
I created a Issue for tracking this here: https://github.com/addonszz/Galileo/issues/24


Quote:
The players should only be able to vote and nothing else...
So, you want to disable the RTV for ever and ever?
Just the cvar `gal_rtv_commands` to 0:
Code:
// Indicates which say commands can be used to rock the vote. // The flags are additive. A value of 0 will disable this feature. // 1 - standard "rockthevote" command // 2 - shorthand "rtv" command // 3 - Same as 1 and 2 at the same time. // 4 - dynamic "rockthe<anything>vote" command (allows a player to type //     any one word (i.e. no spaces) that starts with "rockthe" and ends //     with "vote". Some examples might be: "rockthedamnvote", //     "rockthesillylittlevote", or "rockthefreakingvote". The total //     length of the word can not be longer than 31 characters. That //     leaves 20 characters for creativeness once you factor in the //     lengths of "rockthe" and "vote") // 5 - Same as 1 and 4 at the same time. // 6 - Same as 2 and 4 at the same time. // 7 - Same as 1, 2 and 4 at the same time. gal_rtv_commands 7
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
gravi123
Member
Join Date: Feb 2016
Old 11-08-2016 , 18:33   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #376

Was working 24/7 and forgot about this later xd here are the logs

Code:
Galileo PLUGIN VERSION v3.2.4-248 INITIATING...
L 11/06/2016 - 21:14:51: {1.000 16040 -361    0} gal_debug_level: 1048575 | 16
L 11/06/2016 - 21:14:51: {1.000 16032 -361    0} I AM ENTERING ON nextmap_plugin_init(0)
L 11/06/2016 - 21:14:51: {1.000 14468 -361    0} I AM ENTERING ON readMapCycle(3) | mapcycleFilePath: mapcycle.txt
L 11/06/2016 - 21:14:51: {1.000 13944 -361    0} WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 11/06/2016 - 21:14:51: {1.000 13940 -361    0} ( readMapCycle ) | nextMapName: kz_kzse_marsh, nextMapNameMaxchars: 63
L 11/06/2016 - 21:14:51: {1.000 14492 -361    0} ( nextmap_plugin_init ) IS CHANGING THE CVAR 'amx_nextmap' to 'kz_kzse_marsh'
L 11/06/2016 - 21:14:51: {1.000 14484 -361    0} I AM ENTERING ON saveCurrentMapCycleSetting(0)
L 11/06/2016 - 21:14:51: {1.000 16032 -361    0} I AM ENTERING ON configureEndGameCvars(0)
L 11/06/2016 - 21:14:51: {1.000 16032 -361    0} I AM ENTERING ON configureTheVotingMenus(0)
L 11/06/2016 - 21:14:51: {1.000 16024 -361    0} I AM ENTERING ON register_dictionary_colored(1) | dictionaryFile: galileo.txt
L 11/06/2016 - 21:14:51: {1.000 16044 -361    0} I AM EXITING plugin_init(0)...
L 11/06/2016 - 21:14:51: {1.000 16044 -361    0} 
L 11/06/2016 - 21:14:51: {1.000 16300 -361    0} I AM ENTERING ON plugin_cfg(0)
L 11/06/2016 - 21:14:51: {1.000 16288 -351   10} I AM ENTERING ON loadPluginSetttings(0)
L 11/06/2016 - 21:14:51: {1.000 16276 -351    0} ( loadPluginSetttings ) g_configsDirPath: addons/amxmodx/configs/galileo, g_dataDirPath: addons/amxmodx/data/galileo,
L 11/06/2016 - 21:14:51: {1.000 16288 -251  100} I AM ENTERING ON initializeGlobalArrays(0)
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} I AM ENTERING ON nomination_clearAll(0)
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} I AM ENTERING ON map_loadRecentList(0)
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} I AM ENTERING ON map_writeRecentList(0)
L 11/06/2016 - 21:14:51: {1.000 14980 -251    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:14:51: {1.000 16288 -251    0} I AM ENTERING ON mp_fraglimitCvarSupport(0)
L 11/06/2016 - 21:14:51: {1.000 16280 -251    0} ( mp_fraglimitCvarSupport ) exists_mp_fraglimit_cvar: 0
L 11/06/2016 - 21:14:51: {1.000 16288 -251    0} I AM ENTERING ON cacheCvarsValues(0)
L 11/06/2016 - 21:14:51: {1.000 16288 -251    0} I AM ENTERING ON resetRoundsScores(0)
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} ( resetRoundsScores ) TRYING to change the cvar 'mp_timelimit'  = '20.000000'
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} ( resetRoundsScores ) TRYING to change the cvar 'mp_fraglimit'  = '0'
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} ( resetRoundsScores ) TRYING to change the cvar 'mp_maxrounds'  = '0'
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} ( resetRoundsScores ) TRYING to change the cvar 'mp_winlimit'   = '0'
L 11/06/2016 - 21:14:51: {1.000 16272 -251    0} ( resetRoundsScores ) CHECKOUT the cvar 'mp_timelimit'          is '20.000000'
L 11/06/2016 - 21:14:51: {1.000 16272 -251    0} ( resetRoundsScores ) CHECKOUT the cvar 'mp_fraglimit'          is '0'
L 11/06/2016 - 21:14:51: {1.000 16272 -251    0} ( resetRoundsScores ) CHECKOUT the cvar 'mp_maxrounds'          is '0'
L 11/06/2016 - 21:14:51: {1.000 16272 -251    0} ( resetRoundsScores ) CHECKOUT the cvar 'mp_winlimit'           is '0'
L 11/06/2016 - 21:14:51: {1.000 16284 -251    0} I AM EXITING ON resetRoundsScores(0)
L 11/06/2016 - 21:14:51: {1.000 16300 -251    0} 
L 11/06/2016 - 21:14:51: {1.000 16296 -251    0}  The current map is [kz_kzse_marsh].
L 11/06/2016 - 21:14:51: {1.000 16296 -251    0}  The next map is [kz_kzse_marsh]
L 11/06/2016 - 21:14:51: {1.000 16300 -251    0} 
L 11/06/2016 - 21:14:51: {1.000 16288 -251    0} I AM ENTERING ON configureTheRTVFeature(0)
L 11/06/2016 - 21:14:51: {1.000 16276 -251    0} I AM ENTERING ON map_loadNominationList(0)
L 11/06/2016 - 21:14:51: {1.000 15760 -251    0} ( map_loadNominationList() ) cvar_nomMapFilePath: addons/amxmodx/configs/galileo/nominate.txt
L 11/06/2016 - 21:14:51: {1.000 15732 -251    0} I AM ENTERING ON map_populateList(4) | mapFilePath: addons/amxmodx/configs/galileo/nominate.txt
L 11/06/2016 - 21:14:51: {1.000 15728 -251    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:14:51: {1.000 15732 -251    0} 
L 11/06/2016 - 21:14:51: {1.000 15728 -251    0}     map_populateList(...) Loading the PASSED FILE! mapFilePath: addons/amxmodx/configs/galileo/nominate.txt
L 11/06/2016 - 21:14:51: {1.000 15704 -251    0} I AM ENTERING ON loadMapFileList(3) | mapFilePath: addons/amxmodx/configs/galileo/nominate.txt
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 1, loadedMapName: 1324_hellhouse
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 2, loadedMapName: 1324_onechallenge
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 3, loadedMapName: 1324_svalley
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 4, loadedMapName: 1324_svalleyhunt
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 5, loadedMapName: 13_sunshine
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 6, loadedMapName: 4_analytical
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 7, loadedMapName: 4k_first
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 8, loadedMapName: 4k_dayumblock
L 11/06/2016 - 21:14:51: {1.000 15432 -251    0} ( loadMapFileList ) 9, loadedMapName: 4k_tropical
L 11/06/2016 - 21:14:51: {1.000 15432 -241   10} ( loadMapFileList ) 10, loadedMapName: AAA_xmas2010
L 11/06/2016 - 21:14:51: {1.000 15432 -241    0} ( loadMapFileList ) 11, loadedMapName: BKZ_Primitive
L 11/06/2016 - 21:14:51: {1.000 15432 -241    0} ( loadMapFileList ) 12, loadedMapName: 4u_bhopsheisse
L 11/06/2016 - 21:14:51: {1.000 15432 -221   20} ( loadMapFileList ) 13, loadedMapName: Bhop_BlackJump
L 11/06/2016 - 21:14:51: {1.000 15432 -221    0} ( loadMapFileList ) 14, loadedMapName: 8b1_brickngrass
L 11/06/2016 - 21:14:51: {1.000 15432 -221    0} ( loadMapFileList ) 15, loadedMapName: 8b1_hellinashop
L 11/06/2016 - 21:14:51: {1.000 15432 -221    0} ( loadMapFileList ) 16, loadedMapName: ak_rh_warehouse_ns
L 11/06/2016 - 21:14:51: {1.000 15432 -221    0} ( loadMapFileList ) 17, loadedMapName: av_degyptianez
L 11/06/2016 - 21:14:51: {1.000 15432 -211   10} ( loadMapFileList ) 18, loadedMapName: bhop_its_2caves
L 11/06/2016 - 21:14:51: {1.000 15432 -211    0} ( loadMapFileList ) 19, loadedMapName: bhop_dustzone
L 11/06/2016 - 21:14:51: {1.000 15432 -211    0} ( loadMapFileList ) 20, loadedMapName: bkm_problock
L 11/06/2016 - 21:14:51: {1.000 15432 -211    0} ( loadMapFileList ) 21, loadedMapName: bkm_tbt_LondonStation
L 11/06/2016 - 21:14:51: {1.000 15432 -211    0} ( loadMapFileList ) 22, loadedMapName: bkz_abstract
L 11/06/2016 - 21:14:51: {1.000 15432 -211    0} ( loadMapFileList ) 23, loadedMapName: bkz_aztecblock
L 11/06/2016 - 21:14:51: {1.000 15432 -201   10} ( loadMapFileList ) 24, loadedMapName: bkz_cityblock
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 25, loadedMapName: bkz_dusttemple
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 26, loadedMapName: bkz_factory
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 27, loadedMapName: bkz_forestrace
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 28, loadedMapName: bkz_goldbhop
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 29, loadedMapName: bkz_junglebhop
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 30, loadedMapName: bkz_pyramidblock
L 11/06/2016 - 21:14:51: {1.000 15432 -201    0} ( loadMapFileList ) 31, loadedMapName: bkz_volcanobhop
L 11/06/2016 - 21:14:51: {1.000 15432 -191   10} ( loadMapFileList ) 32, loadedMapName: bkz_wallblock
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 33, loadedMapName: bk_icerock
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 34, loadedMapName: bn_tombbhop
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 35, loadedMapName: cah_lost
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 36, loadedMapName: ccn_scourge
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 37, loadedMapName: cg_arizonabhop
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 38, loadedMapName: cg_brick
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 39, loadedMapName: cg_cbblebhop
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 40, loadedMapName: cg_coldbhop
L 11/06/2016 - 21:14:51: {1.000 15432 -191    0} ( loadMapFileList ) 41, loadedMapName: cg_coldbhop_v2
L 11/06/2016 - 21:14:51: {1.000 15432 -181   10} ( loadMapFileList ) 42, loadedMapName: cg_d2block_h
L 11/06/2016 - 21:14:51: {1.000 15432 -181    0} ( loadMapFileList ) 43, loadedMapName: cg_damaged_city
L 11/06/2016 - 21:14:51: {1.000 15432 -181    0} ( loadMapFileList ) 44, loadedMapName: cg_gridblock
L 11/06/2016 - 21:14:51: {1.000 15432 -181    0} ( loadMapFileList ) 45, loadedMapName: cg_hitnrun
L 11/06/2016 - 21:14:51: {1.000 15432 -181    0} ( loadMapFileList ) 46, loadedMapName: cg_industry
L 11/06/2016 - 21:14:51: {1.000 15432 -181    0} ( loadMapFileList ) 47, loadedMapName: cg_islands
L 11/06/2016 - 21:14:51: {1.000 15432 -171   10} ( loadMapFileList ) 48, loadedMapName: cg_lighthops
L 11/06/2016 - 21:14:51: {1.000 15432 -171    0} ( loadMapFileList ) 49, loadedMapName: cg_nowhere
L 11/06/2016 - 21:14:51: {1.000 15432 -171    0} ( loadMapFileList ) 50, loadedMapName: cg_oldtexas
L 11/06/2016 - 21:14:51: {1.000 15432 -171    0} ( loadMapFileList ) 51, loadedMapName: cg_sp0ngebl0ck
L 11/06/2016 - 21:14:51: {1.000 15432 -171    0} ( loadMapFileList ) 52, loadedMapName: cg_strafejumpZ
L 11/06/2016 - 21:14:51: {1.000 15432 -161   10} ( loadMapFileList ) 53, loadedMapName: cg_w00tblock
L 11/06/2016 - 21:14:51: {1.000 15432 -161    0} ( loadMapFileList ) 54, loadedMapName: cg_wildwesthop
L 11/06/2016 - 21:14:51: {1.000 15432 -161    0} ( loadMapFileList ) 55, loadedMapName: cg_xmasjourney
L 11/06/2016 - 21:14:51: {1.000 15432 -151   10} ( loadMapFileList ) 56, loadedMapName: clintmo_dday
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 57, loadedMapName: clintmo_falling
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 58, loadedMapName: clintmo_pentablock
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 59, loadedMapName: cl_gloom
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 60, loadedMapName: cobkz_fabric
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 61, loadedMapName: cobkz_minecraft
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 62, loadedMapName: cobkz_toonworld
L 11/06/2016 - 21:14:51: {1.000 15432 -151    0} ( loadMapFileList ) 63, loadedMapName: communityblock_outtakes
L 11/06/2016 - 21:14:51: {1.000 15432 -141   10} ( loadMapFileList ) 64, loadedMapName: cosy_canyonblock
L 11/06/2016 - 21:14:51: {1.000 15432 -141    0} ( loadMapFileList ) 65, loadedMapName: cosy_dustblock
L 11/06/2016 - 21:14:51: {1.000 15432 -131   10} ( loadMapFileList ) 66, loadedMapName: cosy_dusttown
L 11/06/2016 - 21:14:51: {1.000 15432 -131    0} ( loadMapFileList ) 67, loadedMapName: cosy_temple
L 11/06/2016 - 21:14:51: {1.000 15432 -131    0} ( loadMapFileList ) 68, loadedMapName: dark_ages
L 11/06/2016 - 21:14:51: {1.000 15432 -131    0} ( loadMapFileList ) 69, loadedMapName: daza_cobkz_inducility
L 11/06/2016 - 21:14:51: {1.000 15432 -121   10} ( loadMapFileList ) 70, loadedMapName: daza_dimensionjumper
L 11/06/2016 - 21:14:51: {1.000 15432 -121    0} ( loadMapFileList ) 71, loadedMapName: daza_militarybase
L 11/06/2016 - 21:14:51: {1.000 15432 -121    0} ( loadMapFileList ) 72, loadedMapName: dg_insane
L 11/06/2016 - 21:14:51: {1.000 15432 -121    0} ( loadMapFileList ) 73, loadedMapName: dg_winterclimb
L 11/06/2016 - 21:14:51: {1.000 15432 -121    0} ( loadMapFileList ) 74, loadedMapName: dkz_darkruins
L 11/06/2016 - 21:14:51: {1.000 15432 -121    0} ( loadMapFileList ) 75, loadedMapName: dr0_cliffside
L 11/06/2016 - 21:14:51: {1.000 15432 -121    0} ( loadMapFileList ) 76, loadedMapName: dr0_surfari
L 11/06/2016 - 21:14:51: {1.000 15432 -71   50} ( loadMapFileList ) 77, loadedMapName: ex_deathdrop
L 11/06/2016 - 21:14:51: {1.000 15432 -71    0} ( loadMapFileList ) 78, loadedMapName: fl_secret_temple
L 11/06/2016 - 21:14:51: {1.000 15432 -61   10} ( loadMapFileList ) 79, loadedMapName: fmc_torres
L 11/06/2016 - 21:14:51: {1.000 15432 -61    0} ( loadMapFileList ) 80, loadedMapName: fof_32
L 11/06/2016 - 21:14:51: {1.000 15432 -51   10} ( loadMapFileList ) 81, loadedMapName: fof_chillbhop
L 11/06/2016 - 21:14:51: {1.000 15432 -51    0} ( loadMapFileList ) 82, loadedMapName: fof_utopia
L 11/06/2016 - 21:14:51: {1.000 15432 -51    0} ( loadMapFileList ) 83, loadedMapName: fo_h0pbl0ck
L 11/06/2016 - 21:14:51: {1.000 15432 -51    0} ( loadMapFileList ) 84, loadedMapName: fu_bhop
L 11/06/2016 - 21:14:51: {1.000 15432 -51    0} ( loadMapFileList ) 85, loadedMapName: fu_extreme
L 11/06/2016 - 21:14:51: {1.000 15432 -41   10} ( loadMapFileList ) 86, loadedMapName: imao_darkcavern
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 87, loadedMapName: ins_toontrain
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 88, loadedMapName: its_mistcavern
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 89, loadedMapName: j2s_4floors
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 90, loadedMapName: j2s_4tunnels
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 91, loadedMapName: j2s_autumn
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 92, loadedMapName: j2s_peakez
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 93, loadedMapName: j2s_sandland
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 94, loadedMapName: j2s_westbl0ck
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 95, loadedMapName: j2s_westbl0ck2
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 96, loadedMapName: jagkz_breezeclimb
L 11/06/2016 - 21:14:51: {1.000 15432 -41    0} ( loadMapFileList ) 97, loadedMapName: jagkz_natal
L 11/06/2016 - 21:14:51: {1.000 15432 -31   10} ( loadMapFileList ) 98, loadedMapName: kkz_texture
L 11/06/2016 - 21:14:51: {1.000 15432 -21   10} ( loadMapFileList ) 99, loadedMapName: ksz_fastmountain2
L 11/06/2016 - 21:14:51: {1.000 15432 -21    0} ( loadMapFileList ) 100, loadedMapName: ksz_mountainvalley
L 11/06/2016 - 21:14:54: {1.000 15444 2028 2049} 
L 11/06/2016 - 21:14:54: {1.000 15728 2038   10} I AM EXITING map_populateList(4) mapCount: 1046
L 11/06/2016 - 21:14:54: {1.000 16288 2038    0} I AM ENTERING ON configureTheWhiteListFeature(0)
L 11/06/2016 - 21:14:54: {1.000 16260 2038    0} I AM ENTERING ON computeNextWhiteListLoadTime(2) | seconds: 1, isSecondsLeft: 0
L 11/06/2016 - 21:14:54: {1.000 16256 2038    0} I AM EXITING computeNextWhiteListLoadTime(2) | g_whitelistNomBlockTime: 2707, secondsForReload: 2706
L 11/06/2016 - 21:14:54: {1.000 16276 2038    0} I AM ENTERING ON loadTheWhiteListFeature(0)
L 11/06/2016 - 21:14:54: {1.000 15732 2038    0} 
L 11/06/2016 - 21:14:54: {1.000 15720 2038    0} I AM ENTERING ON loadWhiteListFile(4) | listTrie: 0, isWhiteList: 0, whiteListFilePath: addons/amxmodx/configs/galileo/whitelist.txt
L 11/06/2016 - 21:14:54: {1.000 15168 2038    0} ( loadWhiteListFile ) 
L 11/06/2016 - 21:14:54: {1.000 15164 2038    0} ( loadWhiteListFile ) If we are outside these hours, we must load these maps:
L 11/06/2016 - 21:14:54: {1.000 15160 2038    0} ( loadWhiteListFile ) currentLine: 22-10 (currentHour: 21)
L 11/06/2016 - 21:14:54: {1.000 15120 2038    0} ( loadWhiteListFile ) 22 >  10     :  1
L 11/06/2016 - 21:14:54: {1.000 15116 2038    0} ( loadWhiteListFile ) 22 >= 21 > 10:  1
L 11/06/2016 - 21:14:54: {1.000 15120 2038    0} ( loadWhiteListFile ) 22 <  10     :  0
L 11/06/2016 - 21:14:54: {1.000 15112 2038    0} ( loadWhiteListFile ) 22 <= 21 < 10:  0, isToLoadTheseMaps: 1
L 11/06/2016 - 21:14:54: {1.000 15164 2038    0} ( loadWhiteListFile ) Trying to add: kzua_zp_hamunaptra_x
L 11/06/2016 - 21:14:54: {1.000 15168 2038    0} ( loadWhiteListFile ) OK!
L 11/06/2016 - 21:14:54: {1.000 15164 2038    0} I AM EXITING loadWhiteListFile(3) | listTrie: 19
L 11/06/2016 - 21:14:54: {1.000 16288 2038    0} I AM ENTERING ON configureServerStart(0)
L 11/06/2016 - 21:14:54: {1.000 16268 2038    0} I AM ENTERING ON saveCurrentAndNextMapNames(1) | nextMap: kz_kzse_marsh
L 11/06/2016 - 21:14:54: {1.000 16288 2038    0} I AM ENTERING ON configureServerMapChange(0)
L 11/06/2016 - 21:14:54: {1.000 16300 2038    0} I AM EXITING plugin_cfg(0)...
L 11/06/2016 - 21:14:54: {1.000 16300 2038    0} 
L 11/06/2016 - 21:14:57: {1.800 16292 983 -1055} I AM ENTERING ON client_authorized(1) | player_id: 3
L 11/06/2016 - 21:14:57: {1.800 16284 993   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 993    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 993    0} I AM ENTERING ON client_authorized(1) | player_id: 13
L 11/06/2016 - 21:14:57: {1.800 16284 993    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 993    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1003   10} I AM ENTERING ON client_authorized(1) | player_id: 8
L 11/06/2016 - 21:14:57: {1.800 16284 1013   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1013    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1023   10} I AM ENTERING ON client_authorized(1) | player_id: 16
L 11/06/2016 - 21:14:57: {1.800 16284 1023    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1023    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1043   20} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:14:57: {1.800 16284 1043    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1043    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1043    0} I AM ENTERING ON client_authorized(1) | player_id: 11
L 11/06/2016 - 21:14:57: {1.800 16284 1063   20} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1063    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1073   10} I AM ENTERING ON client_authorized(1) | player_id: 4
L 11/06/2016 - 21:14:57: {1.800 16284 1073    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1073    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1073    0} I AM ENTERING ON client_authorized(1) | player_id: 1
L 11/06/2016 - 21:14:57: {1.800 16284 1083   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1083    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1083    0} I AM ENTERING ON client_authorized(1) | player_id: 7
L 11/06/2016 - 21:14:57: {1.800 16284 1093   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1103   10} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1103    0} I AM ENTERING ON client_authorized(1) | player_id: 12
L 11/06/2016 - 21:14:57: {1.800 16284 1103    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1113   10} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {1.800 16292 1113    0} I AM ENTERING ON client_authorized(1) | player_id: 9
L 11/06/2016 - 21:14:57: {1.800 16284 1113    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {1.800 16276 1133   20} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:57: {2.542 16292 1133    0} I AM ENTERING ON client_authorized(1) | player_id: 6
L 11/06/2016 - 21:14:57: {2.542 16284 1143   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:57: {2.542 16276 1143    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:58: {3.000 16300 1203   60} I AM ENTERING ON round_start_event(0)
L 11/06/2016 - 21:14:59: {4.340 16292 1273   70} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:14:59: {4.340 16284 1273    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:59: {4.340 16276 1273    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:59: {4.463 16292 1313   40} I AM ENTERING ON client_authorized(1) | player_id: 1
L 11/06/2016 - 21:14:59: {4.463 16284 1313    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:59: {4.463 16276 1313    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:14:59: {4.580 16292 1323   10} I AM ENTERING ON client_authorized(1) | player_id: 16
L 11/06/2016 - 21:14:59: {4.580 16284 1323    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:14:59: {4.580 16276 1323    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:00: {4.754 16292 1333   10} I AM ENTERING ON client_authorized(1) | player_id: 7
L 11/06/2016 - 21:15:00: {4.754 16284 1333    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:00: {4.754 16276 1333    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:00: {5.316 16292 1383   50} I AM ENTERING ON client_authorized(1) | player_id: 3
L 11/06/2016 - 21:15:00: {5.316 16284 1403   20} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:00: {5.316 16276 1403    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:02: {7.301 16292 1953  550} I AM ENTERING ON client_putinserver(1) | player_id: 5
L 11/06/2016 - 21:15:03: {8.214 16292 2023   70} I AM ENTERING ON client_putinserver(1) | player_id: 16
L 11/06/2016 - 21:15:04: {8.860 16292 2103   80} I AM ENTERING ON client_putinserver(1) | player_id: 7
L 11/06/2016 - 21:15:12: {16.877 16292 -181 -2284} I AM ENTERING ON client_authorized(1) | player_id: 1
L 11/06/2016 - 21:15:12: {16.877 16284 -181    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:12: {16.877 16276 -181    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:12: {16.877 16292 -181    0} I AM ENTERING ON client_putinserver(1) | player_id: 1
L 11/06/2016 - 21:15:14: {19.153 16292 258  439} I AM ENTERING ON client_authorized(1) | player_id: 3
L 11/06/2016 - 21:15:14: {19.153 16284 258    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:14: {19.153 16276 258    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:17: {21.881 16292 978  720} I AM ENTERING ON client_putinserver(1) | player_id: 3
L 11/06/2016 - 21:15:18: {23.194 16292 1348  370} I AM ENTERING ON client_authorized(1) | player_id: 12
L 11/06/2016 - 21:15:18: {23.194 16284 1348    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:18: {23.194 16276 1348    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:32: {36.795 16292 1273  -75} I AM ENTERING ON client_putinserver(1) | player_id: 12
L 11/06/2016 - 21:15:35: {39.795 16292 -2020 -3293} I AM ENTERING ON client_authorized(1) | player_id: 8
L 11/06/2016 - 21:15:35: {39.795 16284 -2020    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:35: {39.795 16276 -2020    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:15:36: {40.945 16292 -1470  550} I AM ENTERING ON client_disconnected(1) | player_id: 5
L 11/06/2016 - 21:15:36: {40.945 16276 -1470    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 5
L 11/06/2016 - 21:15:36: {40.945 16276 -1470    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 5
L 11/06/2016 - 21:15:36: {40.945 15224 -1470    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:15:36: {40.945 15224 -1470    0} blockedMapsBuffer: 
L 11/06/2016 - 21:15:36: {40.945 16284 -1470    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:15:36: {40.945 16264 -1470    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 5
L 11/06/2016 - 21:15:36: {40.945 16272 -1470    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:15:37: {42.286 16292 -1150  320} I AM ENTERING ON client_putinserver(1) | player_id: 8
L 11/06/2016 - 21:15:46: {51.032 16296 1929 3079} I AM ENTERING ON cacheCvarsValues(0)
L 11/06/2016 - 21:15:56: {61.051 16292 1274 -655} I AM ENTERING ON client_authorized(1) | player_id: 4
L 11/06/2016 - 21:15:56: {61.051 16284 1274    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:15:56: {61.051 16276 1274    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:16:05: {70.190 16292 249 -1025} I AM ENTERING ON client_putinserver(1) | player_id: 4
L 11/06/2016 - 21:16:07: {72.306 16292 1019  770} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:16:07: {72.306 16284 1019    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:16:07: {72.306 16276 1019    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:16:11: {76.621 16292 -1575 -2594} I AM ENTERING ON client_putinserver(1) | player_id: 2
L 11/06/2016 - 21:16:42: {107.376 16292 -840  735} I AM ENTERING ON client_authorized(1) | player_id: 6
L 11/06/2016 - 21:16:42: {107.376 16284 -840    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:16:42: {107.376 16276 -840    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:16:53: {117.753 16292 -645  195} I AM ENTERING ON client_disconnected(1) | player_id: 8
L 11/06/2016 - 21:16:53: {117.753 16276 -645    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 8
L 11/06/2016 - 21:16:53: {117.753 16276 -645    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 8
L 11/06/2016 - 21:16:53: {117.753 15224 -645    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:16:53: {117.753 15224 -645    0} blockedMapsBuffer: 
L 11/06/2016 - 21:16:53: {117.753 16284 -645    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:16:53: {117.753 16264 -635   10} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 7
L 11/06/2016 - 21:16:53: {117.753 16272 -635    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:16:53: {118.475 16292 -355  280} I AM ENTERING ON client_putinserver(1) | player_id: 6
L 11/06/2016 - 21:17:30: {154.916 16292 -925 -570} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:17:30: {154.916 16284 -915   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:17:30: {154.916 16276 -915    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:18:30: {215.348 16292 464 1379} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:18:30: {215.348 16284 474   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:18:30: {215.348 16276 474    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:18:40: {225.387 16284 559   85} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:18:40: {225.387 16260 559    0} ( cmd_say ) sentence: /setcheckpoint, firstWord: /setcheckpoint, secondWord: , thirdWord: 
L 11/06/2016 - 21:18:40: {225.387 16276 559    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:18:40: {225.387 16272 569   10} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:18:40: {225.387 16264 569    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:18:40: {225.387 16252 569    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /setcheckpoint
L 11/06/2016 - 21:18:40: {225.387 16244 569    0} ( cmd_say ) firstWord: /setcheckpoint, g_mapPrefixes[0]: , containi( /setcheckpoint,  )? -1
L 11/06/2016 - 21:18:40: {225.387 16248 569    0} ( cmd_say ) equali(/setcheckpoint, 'nom', 3)? 0, strlen(/setcheckpoint) > 5? 1
L 11/06/2016 - 21:18:40: {225.387 16276 569    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:19:08: {253.347 16284 164 -405} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:19:08: {253.347 16260 164    0} ( cmd_say ) sentence: /kzsc, firstWord: /kzsc, secondWord: , thirdWord: 
L 11/06/2016 - 21:19:08: {253.347 16276 164    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:19:08: {253.347 16272 164    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:19:08: {253.347 16264 164    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:19:08: {253.347 16252 164    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /kzsc
L 11/06/2016 - 21:19:08: {253.347 16244 164    0} ( cmd_say ) firstWord: /kzsc, g_mapPrefixes[0]: , containi( /kzsc,  )? -1
L 11/06/2016 - 21:19:08: {253.347 16248 164    0} ( cmd_say ) equali(/kzsc, 'nom', 3)? 0, strlen(/kzsc) > 5? 0
L 11/06/2016 - 21:19:08: {253.347 16276 164    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:19:21: {266.166 16284 1599 1435} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:19:21: {266.166 16260 1599    0} ( cmd_say ) sentence: /sc, firstWord: /sc, secondWord: , thirdWord: 
L 11/06/2016 - 21:19:21: {266.166 16276 1599    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:19:21: {266.166 16272 1599    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:19:21: {266.166 16264 1599    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:19:21: {266.166 16252 1599    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /sc
L 11/06/2016 - 21:19:21: {266.166 16244 1599    0} ( cmd_say ) firstWord: /sc, g_mapPrefixes[0]: , containi( /sc,  )? -1
L 11/06/2016 - 21:19:21: {266.166 16248 1599    0} ( cmd_say ) equali(/sc, 'nom', 3)? 0, strlen(/sc) > 5? 0
L 11/06/2016 - 21:19:21: {266.166 16276 1599    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:19:28: {273.480 16284 584 -1015} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:19:28: {273.480 16260 584    0} ( cmd_say ) sentence: /sc, firstWord: /sc, secondWord: , thirdWord: 
L 11/06/2016 - 21:19:28: {273.480 16276 584    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:19:28: {273.480 16272 584    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:19:28: {273.480 16264 584    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:19:28: {273.480 16252 584    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /sc
L 11/06/2016 - 21:19:28: {273.480 16244 584    0} ( cmd_say ) firstWord: /sc, g_mapPrefixes[0]: , containi( /sc,  )? -1
L 11/06/2016 - 21:19:28: {273.480 16248 584    0} ( cmd_say ) equali(/sc, 'nom', 3)? 0, strlen(/sc) > 5? 0
L 11/06/2016 - 21:19:28: {273.480 16276 584    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:20:16: {321.248 16284 119 -465} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:20:16: {321.248 16260 119    0} ( cmd_say ) sentence: /savepos, firstWord: /savepos, secondWord: , thirdWord: 
L 11/06/2016 - 21:20:16: {321.248 16276 119    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:20:16: {321.248 16272 119    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:20:16: {321.248 16264 119    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:20:16: {321.248 16252 119    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /savepos
L 11/06/2016 - 21:20:16: {321.248 16244 119    0} ( cmd_say ) firstWord: /savepos, g_mapPrefixes[0]: , containi( /savepos,  )? -1
L 11/06/2016 - 21:20:16: {321.248 16248 119    0} ( cmd_say ) equali(/savepos, 'nom', 3)? 0, strlen(/savepos) > 5? 1
L 11/06/2016 - 21:20:16: {321.248 16276 119    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:20:24: {329.403 16284 -595 -714} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:20:24: {329.403 16260 -595    0} ( cmd_say ) sentence: /savepos, firstWord: /savepos, secondWord: , thirdWord: 
L 11/06/2016 - 21:20:24: {329.403 16276 -595    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:20:24: {329.403 16272 -595    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:20:24: {329.403 16264 -595    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:20:24: {329.403 16252 -595    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /savepos
L 11/06/2016 - 21:20:24: {329.403 16244 -595    0} ( cmd_say ) firstWord: /savepos, g_mapPrefixes[0]: , containi( /savepos,  )? -1
L 11/06/2016 - 21:20:24: {329.403 16248 -595    0} ( cmd_say ) equali(/savepos, 'nom', 3)? 0, strlen(/savepos) > 5? 1
L 11/06/2016 - 21:20:24: {329.403 16276 -595    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:20:46: {351.529 16292 675 1270} I AM ENTERING ON client_disconnected(1) | player_id: 2
L 11/06/2016 - 21:20:46: {351.529 16276 675    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 2
L 11/06/2016 - 21:20:46: {351.529 16276 675    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 2
L 11/06/2016 - 21:20:46: {351.529 15224 675    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:20:46: {351.529 15224 675    0} blockedMapsBuffer: 
L 11/06/2016 - 21:20:46: {351.529 16284 675    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:20:46: {351.529 16264 675    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 7
L 11/06/2016 - 21:20:46: {351.529 16272 675    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:21:11: {376.140 16284 1955 1280} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:11: {376.140 16260 1955    0} ( cmd_say ) sentence: jbt, firstWord: jbt, secondWord: , thirdWord: 
L 11/06/2016 - 21:21:11: {376.140 16276 1955    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:21:11: {376.140 16272 1955    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:21:11: {376.140 16264 1955    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:21:11: {376.140 16252 1955    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: jbt
L 11/06/2016 - 21:21:11: {376.140 16244 1955    0} ( cmd_say ) firstWord: jbt, g_mapPrefixes[0]: , containi( jbt,  )? -1
L 11/06/2016 - 21:21:11: {376.140 16248 1955    0} ( cmd_say ) equali(jbt, 'nom', 3)? 0, strlen(jbt) > 5? 0
L 11/06/2016 - 21:21:11: {376.140 16276 1955    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:21:14: {379.196 16284 -1089 -3044} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:14: {379.196 16260 -1089    0} ( cmd_say ) sentence: setinfo _pw password, firstWord: setinfo, secondWord: _pw, thirdWord: p
L 11/06/2016 - 21:21:14: {379.196 16276 -1089    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:21:31: {395.885 16292 1355 2444} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:21:31: {395.885 16284 1355    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:21:31: {395.885 16276 1355    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:21:41: {406.064 16292 1050 -305} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:21:41: {406.064 16284 1050    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:21:41: {406.064 16276 1050    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:21:46: {410.733 16284 -1494 -2544} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:46: {410.733 16260 -1494    0} ( cmd_say ) sentence: gravi, firstWord: gravi, secondWord: , thirdWord: 
L 11/06/2016 - 21:21:46: {410.733 16276 -1494    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:21:46: {410.733 16272 -1494    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:21:46: {410.733 16264 -1494    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:21:46: {410.733 16252 -1494    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: gravi
L 11/06/2016 - 21:21:46: {410.733 16244 -1494    0} ( cmd_say ) firstWord: gravi, g_mapPrefixes[0]: , containi( gravi,  )? -1
L 11/06/2016 - 21:21:46: {410.733 16248 -1494    0} ( cmd_say ) equali(gravi, 'nom', 3)? 0, strlen(gravi) > 5? 0
L 11/06/2016 - 21:21:46: {410.733 16276 -1494    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:21:49: {413.916 16284 -304 1190} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:49: {413.916 16260 -304    0} ( cmd_say ) sentence: e, firstWord: e, secondWord: , thirdWord: 
L 11/06/2016 - 21:21:49: {413.916 16276 -304    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:21:49: {413.916 16272 -304    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:21:49: {413.916 16264 -304    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:21:49: {413.916 16252 -304    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: e
L 11/06/2016 - 21:21:49: {413.916 16244 -304    0} ( cmd_say ) firstWord: e, g_mapPrefixes[0]: , containi( e,  )? -1
L 11/06/2016 - 21:21:49: {413.916 16248 -304    0} ( cmd_say ) equali(e, 'nom', 3)? 0, strlen(e) > 5? 0
L 11/06/2016 - 21:21:49: {413.916 16276 -294   10}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:21:50: {415.465 16284 265  559} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:50: {415.465 16260 265    0} ( cmd_say ) sentence: pita uros je l dolazis sutra, firstWord: pita, secondWord: uros, thirdWord: j
L 11/06/2016 - 21:21:50: {415.465 16276 265    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:21:56: {420.736 16284 -2049 -2314} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:56: {420.736 16260 -2049    0} ( cmd_say ) sentence: ne, firstWord: ne, secondWord: , thirdWord: 
L 11/06/2016 - 21:21:56: {420.736 16276 -2049    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:21:56: {420.736 16272 -2049    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:21:56: {420.736 16264 -2049    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:21:56: {420.736 16252 -2049    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: ne
L 11/06/2016 - 21:21:56: {420.736 16244 -2049    0} ( cmd_say ) firstWord: ne, g_mapPrefixes[0]: , containi( ne,  )? -1
L 11/06/2016 - 21:21:56: {420.736 16248 -2049    0} ( cmd_say ) equali(ne, 'nom', 3)? 0, strlen(ne) > 5? 0
L 11/06/2016 - 21:21:56: {420.736 16276 -2049    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:21:56: {421.555 16284 -1749  300} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:21:56: {421.555 16260 -1749    0} ( cmd_say ) sentence: radim, firstWord: radim, secondWord: , thirdWord: 
L 11/06/2016 - 21:21:56: {421.555 16276 -1749    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:21:56: {421.555 16272 -1749    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:21:56: {421.555 16264 -1749    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:21:56: {421.555 16252 -1749    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: radim
L 11/06/2016 - 21:21:56: {421.555 16244 -1749    0} ( cmd_say ) firstWord: radim, g_mapPrefixes[0]: , containi( radim,  )? -1
L 11/06/2016 - 21:21:56: {421.555 16248 -1749    0} ( cmd_say ) equali(radim, 'nom', 3)? 0, strlen(radim) > 5? 0
L 11/06/2016 - 21:21:56: {421.555 16276 -1749    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:22:52: {476.833 16284 1960 3709} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:22:52: {476.833 16260 1970   10} ( cmd_say ) sentence: , firstWord: , secondWord: , thirdWord: 
L 11/06/2016 - 21:22:52: {476.833 16276 1970    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:22:52: {476.833 16272 1970    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:22:52: {476.833 16264 1970    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:22:52: {476.833 16252 1970    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: 
L 11/06/2016 - 21:22:52: {476.833 16244 1970    0} ( cmd_say ) firstWord: , g_mapPrefixes[0]: , containi( ,  )? -1
L 11/06/2016 - 21:22:52: {476.833 16248 1970    0} ( cmd_say ) equali(, 'nom', 3)? 0, strlen() > 5? 0
L 11/06/2016 - 21:22:52: {476.833 16276 1970    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:23:10: {495.212 16284 610 -1360} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:23:10: {495.212 16260 620   10} ( cmd_say ) sentence: , firstWord: , secondWord: , thirdWord: 
L 11/06/2016 - 21:23:10: {495.212 16276 620    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:23:10: {495.212 16272 620    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:23:10: {495.212 16264 620    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:23:10: {495.212 16252 620    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: 
L 11/06/2016 - 21:23:10: {495.212 16244 620    0} ( cmd_say ) firstWord: , g_mapPrefixes[0]: , containi( ,  )? -1
L 11/06/2016 - 21:23:10: {495.212 16248 620    0} ( cmd_say ) equali(, 'nom', 3)? 0, strlen() > 5? 0
L 11/06/2016 - 21:23:10: {495.212 16276 630   10}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:23:16: {500.756 16292 -1444 -2074} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:23:16: {500.756 16284 -1434   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:23:16: {500.756 16276 -1434    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:23:26: {511.083 16292 -1529  -95} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:23:26: {511.083 16284 -1529    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:23:26: {511.083 16276 -1529    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:23:34: {518.794 16292 1470 2999} I AM ENTERING ON client_putinserver(1) | player_id: 2
L 11/06/2016 - 21:23:52: {536.896 16292 560 -910} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:23:52: {536.896 16284 570   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:23:52: {536.896 16276 570    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:24:00: {544.831 16292 -294 -864} I AM ENTERING ON client_disconnected(1) | player_id: 16
L 11/06/2016 - 21:24:00: {544.831 16276 -294    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 16
L 11/06/2016 - 21:24:00: {544.831 16276 -294    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 16
L 11/06/2016 - 21:24:00: {544.831 15224 -294    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:24:00: {544.831 15224 -294    0} blockedMapsBuffer: 
L 11/06/2016 - 21:24:00: {544.831 16284 -294    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:24:00: {544.831 16264 -294    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 7
L 11/06/2016 - 21:24:00: {544.831 16272 -294    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:24:38: {582.873 16292 1800 2094} I AM ENTERING ON client_authorized(1) | player_id: 16
L 11/06/2016 - 21:24:38: {582.873 16284 1810   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:24:38: {582.873 16276 1820   10} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:24:41: {585.744 16292 -1404 -3224} I AM ENTERING ON client_putinserver(1) | player_id: 16
L 11/06/2016 - 21:25:42: {647.078 16292 -484  920} I AM ENTERING ON client_disconnected(1) | player_id: 2
L 11/06/2016 - 21:25:42: {647.078 16276 -484    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 2
L 11/06/2016 - 21:25:42: {647.078 16276 -484    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 2
L 11/06/2016 - 21:25:42: {647.078 15224 -484    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:25:42: {647.078 15224 -484    0} blockedMapsBuffer: 
L 11/06/2016 - 21:25:42: {647.078 16284 -474   10} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:25:42: {647.078 16264 -474    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 7
L 11/06/2016 - 21:25:42: {647.078 16272 -474    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:25:48: {652.560 16292 1635 2109} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:25:48: {652.560 16284 1635    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:25:48: {652.560 16276 1635    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:25:50: {654.547 16292 -1899 -3534} I AM ENTERING ON client_authorized(1) | player_id: 2
L 11/06/2016 - 21:25:50: {654.547 16284 -1899    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:25:50: {654.547 16276 -1899    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:25:53: {657.910 16292 -599 1300} I AM ENTERING ON client_putinserver(1) | player_id: 2
L 11/06/2016 - 21:26:36: {700.609 16292 -338  261} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:26:36: {700.609 16284 -338    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:26:36: {700.609 16276 -338    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:26:50: {715.333 16292 1356 1694} I AM ENTERING ON client_authorized(1) | player_id: 5
L 11/06/2016 - 21:26:50: {715.333 16284 1356    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:26:50: {715.333 16276 1356    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:27:12: {736.830 16292 1846  490} I AM ENTERING ON client_disconnected(1) | player_id: 4
L 11/06/2016 - 21:27:12: {736.830 16276 1846    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 4
L 11/06/2016 - 21:27:12: {736.830 16276 1846    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 4
L 11/06/2016 - 21:27:12: {736.830 15224 1846    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:27:12: {736.830 15224 1846    0} blockedMapsBuffer: 
L 11/06/2016 - 21:27:12: {736.830 16284 1846    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:27:12: {736.830 16264 1846    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 7
L 11/06/2016 - 21:27:12: {736.830 16272 1846    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:27:16: {740.504 16292 -1028 -2874} I AM ENTERING ON client_putinserver(1) | player_id: 5
L 11/06/2016 - 21:28:53: {837.513 16292 -2098 -1070} I AM ENTERING ON client_disconnected(1) | player_id: 12
L 11/06/2016 - 21:28:53: {837.513 16276 -2098    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 12
L 11/06/2016 - 21:28:53: {837.513 16276 -2098    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 12
L 11/06/2016 - 21:28:53: {837.513 15224 -2098    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:28:53: {837.513 15224 -2098    0} blockedMapsBuffer: 
L 11/06/2016 - 21:28:53: {837.513 16284 -2098    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:28:53: {837.513 16264 -2098    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 7
L 11/06/2016 - 21:28:53: {837.513 16272 -2098    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:28:58: {842.512 16292 -208 1890} I AM ENTERING ON client_authorized(1) | player_id: 4
L 11/06/2016 - 21:28:58: {842.512 16284 -208    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:28:58: {842.512 16276 -208    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:29:20: {864.808 16292 -198   10} I AM ENTERING ON client_disconnected(1) | player_id: 7
L 11/06/2016 - 21:29:20: {864.808 16276 -198    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 7
L 11/06/2016 - 21:29:20: {864.808 16276 -198    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 7
L 11/06/2016 - 21:29:20: {864.808 15224 -198    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:29:20: {864.808 15224 -198    0} blockedMapsBuffer: 
L 11/06/2016 - 21:29:20: {864.808 16284 -198    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:29:20: {864.808 16264 -198    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 6
L 11/06/2016 - 21:29:20: {864.808 16272 -198    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:29:48: {893.322 16284 391  589} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:29:48: {893.322 16260 411   20} ( cmd_say ) sentence: /server, firstWord: /server, secondWord: , thirdWord: 
L 11/06/2016 - 21:29:48: {893.322 16276 411    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:29:48: {893.322 16272 411    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:29:48: {893.322 16264 411    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:29:48: {893.322 16252 411    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /server
L 11/06/2016 - 21:29:48: {893.322 16244 411    0} ( cmd_say ) firstWord: /server, g_mapPrefixes[0]: , containi( /server,  )? -1
L 11/06/2016 - 21:29:48: {893.322 16248 411    0} ( cmd_say ) equali(/server, 'nom', 3)? 0, strlen(/server) > 5? 1
L 11/06/2016 - 21:29:48: {893.322 16276 411    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:29:53: {897.958 16292 1881 1470} I AM ENTERING ON client_disconnected(1) | player_id: 3
L 11/06/2016 - 21:29:53: {897.958 16276 1881    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 3
L 11/06/2016 - 21:29:53: {897.958 16276 1881    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 3
L 11/06/2016 - 21:29:53: {897.958 15224 1881    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:29:53: {897.958 15224 1881    0} blockedMapsBuffer: 
L 11/06/2016 - 21:29:53: {897.958 16284 1881    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:29:53: {897.958 16264 1881    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 5
L 11/06/2016 - 21:29:53: {897.958 16272 1881    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:31:04: {968.663 16292 -473 -2354} I AM ENTERING ON client_authorized(1) | player_id: 4
L 11/06/2016 - 21:31:04: {968.663 16284 -473    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:31:04: {968.663 16276 -473    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:31:44: {1009.089 16284 -1008 -535} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:31:44: {1009.089 16260 -1008    0} ( cmd_say ) sentence: , firstWord: , secondWord: , thirdWord: 
L 11/06/2016 - 21:31:44: {1009.089 16276 -1008    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:31:44: {1009.089 16272 -1008    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:31:44: {1009.089 16264 -1008    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:31:44: {1009.089 16252 -1008    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: 
L 11/06/2016 - 21:31:44: {1009.089 16244 -1008    0} ( cmd_say ) firstWord: , g_mapPrefixes[0]: , containi( ,  )? -1
L 11/06/2016 - 21:31:44: {1009.089 16248 -1008    0} ( cmd_say ) equali(, 'nom', 3)? 0, strlen() > 5? 0
L 11/06/2016 - 21:31:44: {1009.089 16276 -1008    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:05: {1029.835 16292 856 1864} I AM ENTERING ON client_authorized(1) | player_id: 3
L 11/06/2016 - 21:32:05: {1029.835 16284 856    0} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:32:05: {1029.835 16276 856    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:32:14: {1038.722 16292 -927 -1783} I AM ENTERING ON client_authorized(1) | player_id: 3
L 11/06/2016 - 21:32:14: {1038.722 16284 -917   10} I AM ENTERING ON restartEmptyCycle(0)
L 11/06/2016 - 21:32:14: {1038.722 16276 -917    0} ( restartEmptyCycle ) IS CHANGING THE CVAR 'gal_in_empty_cycle' to '0'
L 11/06/2016 - 21:32:16: {1040.485 16292 -407  510} I AM ENTERING ON client_putinserver(1) | player_id: 4
L 11/06/2016 - 21:32:20: {1044.377 16292 812 1219} I AM ENTERING ON client_putinserver(1) | player_id: 3
L 11/06/2016 - 21:32:26: {1051.100 16272 -922 -1734} I AM ENTERING ON start_voting_by_timer(0) | get_pcvar_num( cvar_endOfMapVote ): 1
L 11/06/2016 - 21:32:26: {1051.100 16260 -922    0} I AM ENTERING ON vote_startDirector(1) | is_forced_voting: 0
L 11/06/2016 - 21:32:26: {1051.100 16236 -922    0} I AM ENTERING ON approveTheVotingStart(1) | is_forced_voting: 0, get_realplayersnum: 6
L 11/06/2016 - 21:32:26: {1051.100 16248 -922    0}     ( approveTheVotingStart ) Returning true, due passed by all requirements.
L 11/06/2016 - 21:32:26: {1051.100 16244 -922    0} I AM ENTERING ON configureVotingStart(1) | is_forced_voting: 0
L 11/06/2016 - 21:32:26: {1051.100 16236 -922    0} I AM ENTERING ON cacheCvarsValues(0)
L 11/06/2016 - 21:32:26: {1051.100 16252 -922    0} I AM ENTERING ON loadNormalVoteChoices(0)
L 11/06/2016 - 21:32:26: {1051.100 15464 -922    0} I AM ENTERING ON vote_addNominations(2) | announcementShowedTimes: 1
L 11/06/2016 - 21:32:26: {1051.100 15468 -922    0} 
L 11/06/2016 - 21:32:26: {1051.100 15464 -922    0}    [NOMINATIONS ( 0 )]
L 11/06/2016 - 21:32:26: {1051.100 15464 -922    0} 
L 11/06/2016 - 21:32:26: {1051.100 15464 -922    0} 
L 11/06/2016 - 21:32:26: {1051.100 15464 -922    0} I AM ENTERING ON vote_addFillers(2) | announcementShowedTimes: 1
L 11/06/2016 - 21:32:26: {1051.100 11284 -922    0} I AM ENTERING ON loadMapGroupsFeature(2)
L 11/06/2016 - 21:32:26: {1051.100 10700 -922    0} 
L 11/06/2016 - 21:32:26: {1051.100 10700 -922    0} this is a [groups] mapFilerFile
L 11/06/2016 - 21:32:26: {1051.100 10684 -922    0} currentReadedLine: 1   isdigit: 1   groupCount: 0  
L 11/06/2016 - 21:32:26: {1051.100 10696 -922    0} fillersFilePaths: addons/amxmodx/configs/galileo/0.ini
L 11/06/2016 - 21:32:26: {1051.100 10684 -922    0} currentReadedLine: 1   isdigit: 1   groupCount: 1  
L 11/06/2016 - 21:32:26: {1051.100 10696 -922    0} fillersFilePaths: addons/amxmodx/configs/galileo/1.ini
L 11/06/2016 - 21:32:26: {1051.100 10684 -922    0} currentReadedLine: 1   isdigit: 1   groupCount: 2  
L 11/06/2016 - 21:32:26: {1051.100 10696 -922    0} fillersFilePaths: addons/amxmodx/configs/galileo/2.ini
L 11/06/2016 - 21:32:26: {1051.100 10684 -922    0} currentReadedLine: 1   isdigit: 1   groupCount: 3  
L 11/06/2016 - 21:32:26: {1051.100 10696 -922    0} fillersFilePaths: addons/amxmodx/configs/galileo/3.ini
L 11/06/2016 - 21:32:26: {1051.100 10684 -922    0} currentReadedLine: 1   isdigit: 1   groupCount: 4  
L 11/06/2016 - 21:32:26: {1051.100 10696 -922    0} fillersFilePaths: addons/amxmodx/configs/galileo/4.ini
L 11/06/2016 - 21:32:26: {1051.100 10684 -922    0} currentReadedLine:    isdigit: 0   groupCount: 5  
L 11/06/2016 - 21:32:26: {1051.100 10764 -922    0} ( loadMapGroupsFeature ) MapsGroups Loaded, mapFilerFilePath: addons/amxmodx/configs/galileo/vote.txt
L 11/06/2016 - 21:32:26: {1051.100 10768 -922    0} 
L 11/06/2016 - 21:32:26: {1051.100 10768 -912   10} 
L 11/06/2016 - 21:32:26: {1051.100 11264 -912    0} I AM ENTERING ON processLoadedMapsFile(5) | groupCount: 5, announcementShowedTimes: 1
L 11/06/2016 - 21:32:26: {1051.100 10920 -912    0} I AM ENTERING ON computeNextWhiteListLoadTime(2) | seconds: 1052, isSecondsLeft: 0
L 11/06/2016 - 21:32:26: {1051.100 10916 -912    0} I AM EXITING computeNextWhiteListLoadTime(2) | g_whitelistNomBlockTime: 2706, secondsForReload: 1654
L 11/06/2016 - 21:32:26: {1051.100 10924 -912    0} I AM ENTERING ON map_populateList(4) | mapFilePath: addons/amxmodx/configs/galileo/0.ini
L 11/06/2016 - 21:32:26: {1051.100 10920 -912    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:32:26: {1051.100 10924 -912    0} 
L 11/06/2016 - 21:32:26: {1051.100 10920 -912    0}     map_populateList(...) Loading the PASSED FILE! mapFilePath: addons/amxmodx/configs/galileo/0.ini
L 11/06/2016 - 21:32:26: {1051.100 10896 -912    0} I AM ENTERING ON loadMapFileList(3) | mapFilePath: addons/amxmodx/configs/galileo/0.ini
L 11/06/2016 - 21:32:26: {1051.100 10868 -912    0} ( loadMapFileList ) Error 19, [KZ] Could not open 'addons/amxmodx/configs/galileo/0.ini'.
L 11/06/2016 - 21:32:26: {1051.100 10920 -912    0} I AM EXITING map_populateList(4) mapCount: 0
L 11/06/2016 - 21:32:26: {1051.100 10936 -912    0} [0] groupCount:5, filersMapCount: 0,  g_totalVoteOptions: 0, g_maxVotingChoices: 6
L 11/06/2016 - 21:32:26: {1051.100 10948 -912    0}     fillersFilePaths[0]: addons/amxmodx/configs/galileo/0.ini
L 11/06/2016 - 21:32:26: {1051.100 10956 -912    0} 
L 11/06/2016 - 21:32:26: {1051.100 10924 -912    0} I AM ENTERING ON map_populateList(4) | mapFilePath: addons/amxmodx/configs/galileo/1.ini
L 11/06/2016 - 21:32:26: {1051.100 10920 -912    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:32:26: {1051.100 10924 -912    0} 
L 11/06/2016 - 21:32:26: {1051.100 10920 -912    0}     map_populateList(...) Loading the PASSED FILE! mapFilePath: addons/amxmodx/configs/galileo/1.ini
L 11/06/2016 - 21:32:26: {1051.100 10896 -912    0} I AM ENTERING ON loadMapFileList(3) | mapFilePath: addons/amxmodx/configs/galileo/1.ini
L 11/06/2016 - 21:32:27: {1051.100 10636 -522  390} 
L 11/06/2016 - 21:32:27: {1051.100 10920 -512   10} I AM EXITING map_populateList(4) mapCount: 129
L 11/06/2016 - 21:32:27: {1051.100 10936 -512    0} [1] groupCount:5, filersMapCount: 129,  g_totalVoteOptions: 0, g_maxVotingChoices: 6
L 11/06/2016 - 21:32:27: {1051.100 10948 -512    0}     fillersFilePaths[1]: addons/amxmodx/configs/galileo/1.ini
L 11/06/2016 - 21:32:27: {1051.100 10956 -512    0} 
L 11/06/2016 - 21:32:27: {1051.100 10932 -512    0} [1] allowedFilersCount: 1   maxMapsPerGroupToUse[1]: 1   MaxCount: 6
L 11/06/2016 - 21:32:27: {1051.100 10952 -512    0} 
L 11/06/2016 - 21:32:27: {1051.100 10936 -512    0} ( in ) [1] choice_index: 0, mapIndex: 56, mapName: ksz_fastmountain2
L 11/06/2016 - 21:32:27: {1051.100 10928 -512    0} ( out ) [1] choice_index: 0, mapIndex: 56, mapName: ksz_fastmountain2, unsuccessfulCount: 0, g_totalVoteOptions: 1
L 11/06/2016 - 21:32:27: {1051.100 10952 -512    0} 
L 11/06/2016 - 21:32:27: {1051.100 10952 -512    0} 
L 11/06/2016 - 21:32:27: {1051.100 10924 -512    0} I AM ENTERING ON map_populateList(4) | mapFilePath: addons/amxmodx/configs/galileo/2.ini
L 11/06/2016 - 21:32:27: {1051.100 10920 -512    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:32:27: {1051.100 10924 -512    0} 
L 11/06/2016 - 21:32:27: {1051.100 10920 -512    0}     map_populateList(...) Loading the PASSED FILE! mapFilePath: addons/amxmodx/configs/galileo/2.ini
L 11/06/2016 - 21:32:27: {1051.100 10896 -512    0} I AM ENTERING ON loadMapFileList(3) | mapFilePath: addons/amxmodx/configs/galileo/2.ini
L 11/06/2016 - 21:32:27: {1051.100 10636 -282  230} 
L 11/06/2016 - 21:32:27: {1051.100 10920 -272   10} I AM EXITING map_populateList(4) mapCount: 146
L 11/06/2016 - 21:32:27: {1051.100 10936 -272    0} [2] groupCount:5, filersMapCount: 146,  g_totalVoteOptions: 1, g_maxVotingChoices: 6
L 11/06/2016 - 21:32:27: {1051.100 10948 -272    0}     fillersFilePaths[2]: addons/amxmodx/configs/galileo/2.ini
L 11/06/2016 - 21:32:27: {1051.100 10956 -272    0} 
L 11/06/2016 - 21:32:27: {1051.100 10932 -272    0} [2] allowedFilersCount: 1   maxMapsPerGroupToUse[2]: 1   MaxCount: 5
L 11/06/2016 - 21:32:27: {1051.100 10952 -272    0} 
L 11/06/2016 - 21:32:27: {1051.100 10936 -272    0} ( in ) [2] choice_index: 0, mapIndex: 29, mapName: kzse_bhopblock
L 11/06/2016 - 21:32:27: {1051.100 10928 -272    0} ( out ) [2] choice_index: 0, mapIndex: 29, mapName: kzse_bhopblock, unsuccessfulCount: 0, g_totalVoteOptions: 2
L 11/06/2016 - 21:32:27: {1051.100 10952 -272    0} 
L 11/06/2016 - 21:32:27: {1051.100 10952 -272    0} 
L 11/06/2016 - 21:32:27: {1051.100 10924 -272    0} I AM ENTERING ON map_populateList(4) | mapFilePath: addons/amxmodx/configs/galileo/3.ini
L 11/06/2016 - 21:32:27: {1051.100 10920 -272    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:32:27: {1051.100 10924 -272    0} 
L 11/06/2016 - 21:32:27: {1051.100 10920 -272    0}     map_populateList(...) Loading the PASSED FILE! mapFilePath: addons/amxmodx/configs/galileo/3.ini
L 11/06/2016 - 21:32:27: {1051.100 10896 -272    0} I AM ENTERING ON loadMapFileList(3) | mapFilePath: addons/amxmodx/configs/galileo/3.ini
L 11/06/2016 - 21:32:27: {1051.100 10636 -32  240} 
L 11/06/2016 - 21:32:27: {1051.100 10920 -32    0} I AM EXITING map_populateList(4) mapCount: 141
L 11/06/2016 - 21:32:27: {1051.100 10936 -22   10} [3] groupCount:5, filersMapCount: 141,  g_totalVoteOptions: 2, g_maxVotingChoices: 6
L 11/06/2016 - 21:32:27: {1051.100 10948 -22    0}     fillersFilePaths[3]: addons/amxmodx/configs/galileo/3.ini
L 11/06/2016 - 21:32:27: {1051.100 10956 -22    0} 
L 11/06/2016 - 21:32:27: {1051.100 10932 -22    0} [3] allowedFilersCount: 1   maxMapsPerGroupToUse[3]: 1   MaxCount: 4
L 11/06/2016 - 21:32:27: {1051.100 10952 -22    0} 
L 11/06/2016 - 21:32:27: {1051.100 10936 -22    0} ( in ) [3] choice_index: 0, mapIndex: 26, mapName: radon_forgotten2
L 11/06/2016 - 21:32:27: {1051.100 10928 -22    0} ( out ) [3] choice_index: 0, mapIndex: 26, mapName: radon_forgotten2, unsuccessfulCount: 0, g_totalVoteOptions: 3
L 11/06/2016 - 21:32:27: {1051.100 10952 -22    0} 
L 11/06/2016 - 21:32:27: {1051.100 10952 -22    0} 
L 11/06/2016 - 21:32:27: {1051.100 10924 -22    0} I AM ENTERING ON map_populateList(4) | mapFilePath: addons/amxmodx/configs/galileo/4.ini
L 11/06/2016 - 21:32:27: {1051.100 10920 -22    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:32:27: {1051.100 10924 -22    0} 
L 11/06/2016 - 21:32:27: {1051.100 10920 -22    0}     map_populateList(...) Loading the PASSED FILE! mapFilePath: addons/amxmodx/configs/galileo/4.ini
L 11/06/2016 - 21:32:27: {1051.100 10896 -22    0} I AM ENTERING ON loadMapFileList(3) | mapFilePath: addons/amxmodx/configs/galileo/4.ini
L 11/06/2016 - 21:32:28: {1051.100 10636 227  249} 
L 11/06/2016 - 21:32:28: {1051.100 10920 237   10} I AM EXITING map_populateList(4) mapCount: 149
L 11/06/2016 - 21:32:28: {1051.100 10936 237    0} [4] groupCount:5, filersMapCount: 149,  g_totalVoteOptions: 3, g_maxVotingChoices: 6
L 11/06/2016 - 21:32:28: {1051.100 10948 237    0}     fillersFilePaths[4]: addons/amxmodx/configs/galileo/4.ini
L 11/06/2016 - 21:32:28: {1051.100 10956 237    0} 
L 11/06/2016 - 21:32:28: {1051.100 10932 237    0} [4] allowedFilersCount: 1   maxMapsPerGroupToUse[4]: 1   MaxCount: 3
L 11/06/2016 - 21:32:28: {1051.100 10952 237    0} 
L 11/06/2016 - 21:32:28: {1051.100 10936 237    0} ( in ) [4] choice_index: 0, mapIndex: 112, mapName: kz_sandblock2_ez
L 11/06/2016 - 21:32:28: {1051.100 10928 237    0} ( out ) [4] choice_index: 0, mapIndex: 112, mapName: kz_sandblock2_ez, unsuccessfulCount: 0, g_totalVoteOptions: 4
L 11/06/2016 - 21:32:28: {1051.100 10952 237    0} 
L 11/06/2016 - 21:32:28: {1051.100 10952 237    0} 
L 11/06/2016 - 21:32:28: {1051.100 10956 237    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 230
L 11/06/2016 - 21:32:28: {1051.100 15460 237    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:32:28: {1051.100 15460 237    0} blockedMapsBuffer: 
L 11/06/2016 - 21:32:28: {1051.100 16252 237    0} 
L 11/06/2016 - 21:32:28: {1051.100 16248 237    0} I AM EXITING ON loadNormalVoteChoices(0) | g_totalVoteOptions: 4
L 11/06/2016 - 21:32:28: {1051.100 16252 237    0} I AM ENTERING ON initializeTheVoteDisplay(0)
L 11/06/2016 - 21:32:28: {1051.100 16100 237    0} I AM ENTERING ON nomination_clearAll(0)
L 11/06/2016 - 21:32:28: {1051.100 16016 237    0} I AM ENTERING ON sort_stringsi(5) | elem1: ksz_fastmountain2, elem2: kzse_bhopblock , array:           , data:           , data_size:   0
L 11/06/2016 - 21:32:28: {1051.100 16016 237    0} I AM ENTERING ON sort_stringsi(5) | elem1: radon_forgotten2, elem2: kz_sandblock2_ez, array:           , data:           , data_size:   0
L 11/06/2016 - 21:32:28: {1051.100 16016 237    0} I AM ENTERING ON sort_stringsi(5) | elem1: ksz_fastmountain2, elem2: kz_sandblock2_ez, array:           , data:           , data_size:   0
L 11/06/2016 - 21:32:28: {1051.100 16016 237    0} I AM ENTERING ON sort_stringsi(5) | elem1: kzse_bhopblock , elem2: kz_sandblock2_ez, array:           , data:           , data_size:   0
L 11/06/2016 - 21:32:28: {1051.100 16016 237    0} I AM ENTERING ON sort_stringsi(5) | elem1: kzse_bhopblock , elem2: radon_forgotten2, array:           , data:           , data_size:   0
L 11/06/2016 - 21:32:28: {1051.100 16092 237    0}       1. ksz_fastmountain2
L 11/06/2016 - 21:32:28: {1051.100 16092 237    0}       2. kz_sandblock2_ez
L 11/06/2016 - 21:32:28: {1051.100 16092 237    0}       3. kzse_bhopblock
L 11/06/2016 - 21:32:28: {1051.100 16092 237    0}       4. radon_forgotten2
L 11/06/2016 - 21:32:28: {1051.100 16264 237    0}    [PLAYER CHOICES]
L 11/06/2016 - 21:32:28: {1051.100 16264 237    0} 
L 11/06/2016 - 21:32:28: {1051.100 16248 237    0}     ( vote_startDirector|out ) g_isTimeToRestart: 0, g_isTimeToChangeLevel: 0, g_voteStatus & VOTE_IS_FORCED: 0
L 11/06/2016 - 21:32:28: {1051.100 16264 237    0} 
L 11/06/2016 - 21:32:28: {1052.159 16296 477  240} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:29: {1052.466 16284 607  130} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:29: {1052.466 16260 607    0} ( cmd_say ) sentence: /option, firstWord: /option, secondWord: , thirdWord: 
L 11/06/2016 - 21:32:29: {1052.466 16276 607    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:32:29: {1052.466 16272 607    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:32:29: {1052.466 16264 607    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:32:29: {1052.466 16252 607    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: /option
L 11/06/2016 - 21:32:29: {1052.466 16244 607    0} ( cmd_say ) firstWord: /option, g_mapPrefixes[0]: , containi( /option,  )? -1
L 11/06/2016 - 21:32:29: {1052.466 16248 607    0} ( cmd_say ) equali(/option, 'nom', 3)? 0, strlen(/option) > 5? 1
L 11/06/2016 - 21:32:29: {1052.466 16276 607    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:29: {1053.167 16296 867  260} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:30: {1054.177 16296 1257  390} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:31: {1055.186 16296 1657  400} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:32: {1056.196 16296 2047  390} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:33: {1057.105 16296 -1887 -3934} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:34: {1058.116 16296 -1487  400} I AM ENTERING ON pendingVoteCountdown(0)
L 11/06/2016 - 21:32:36: {1060.140 16296 -707  780} I AM ENTERING ON vote_handleDisplay(0)
L 11/06/2016 - 21:32:37: {1061.146 16248 -337  370}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:37: {1061.146 16240 -337    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 0
L 11/06/2016 - 21:32:37: {1061.146 15808 -337    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:37: {1061.146 15808 -337    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:37: {1061.146 15808 -337    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:37: {1061.146 15808 -337    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:37: {1061.146 15808 -337    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:37: {1061.146 15808 -337    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:38: {1062.156 16248 42  379}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:38: {1062.156 16240 42    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:38: {1062.156 15808 42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:38: {1062.156 15808 52   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:38: {1062.156 15808 52    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:38: {1062.156 15808 52    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:38: {1062.156 15808 52    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:38: {1062.156 15808 52    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1062.678 16284 252  200} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:39: {1062.678 16260 252    0} ( cmd_say ) sentence: rejv, firstWord: rejv, secondWord: , thirdWord: 
L 11/06/2016 - 21:32:39: {1062.678 16276 252    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:32:39: {1062.678 16272 252    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:32:39: {1062.678 16264 252    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:32:39: {1062.678 16252 252    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: rejv
L 11/06/2016 - 21:32:39: {1062.678 16244 252    0} ( cmd_say ) firstWord: rejv, g_mapPrefixes[0]: , containi( rejv,  )? -1
L 11/06/2016 - 21:32:39: {1062.678 16248 252    0} ( cmd_say ) equali(rejv, 'nom', 3)? 0, strlen(rejv) > 5? 0
L 11/06/2016 - 21:32:39: {1062.678 16276 252    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:39: {1062.980 16280 362  110} I AM ENTERING ON vote_handleChoice(2) | player_id: 5, key: 1
L 11/06/2016 - 21:32:39: {1062.980 16260 372   10} I AM ENTERING ON register_vote(2) | player_id: 5, pressedKeyCode: 1
L 11/06/2016 - 21:32:39: {1062.980 16240 372    0} I AM ENTERING ON announceRegistedVote(2) | player_id: 5, pressedKeyCode: 1
L 11/06/2016 - 21:32:39: {1062.980 16044 372    0}                                        kz_sandblock2_ez
L 11/06/2016 - 21:32:39: {1062.980 16008 372    0} I AM ENTERING ON color_print(...) | player_id: 5, message: %L...
L 11/06/2016 - 21:32:39: {1062.980 15248 372    0} ( color_print ) [in] player_id: 5, Chat printed: [KZ] You have chosen kz_sandblock2_ez...
L 11/06/2016 - 21:32:39: {1062.980 15248 372    0} ( color_print ) [out] player_id: 5, Chat printed: [KZ] You have chosen kz_sandblock2_ez...
L 11/06/2016 - 21:32:39: {1063.167 16248 432   60}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:39: {1063.167 16240 432    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:39: {1063.167 15808 442   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1063.167 15808 442    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1063.167 15808 442    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1063.167 15808 442    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1063.167 15808 442    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1063.167 15808 442    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:39: {1063.167 16248 442    0}   ( votedisplay ) player_id: 5, updateTimeRemaining: 0
L 11/06/2016 - 21:32:39: {1063.167 16240 442    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:39: {1063.167 15944 442    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:40: {1064.175 16248 812  370}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:40: {1064.175 16240 822   10}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:40: {1064.175 15808 822    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:40: {1064.175 15808 822    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:40: {1064.175 15808 822    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:40: {1064.175 15808 822    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:40: {1064.175 15808 822    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:40: {1064.175 15808 822    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:41: {1065.185 16248 1212  390}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:41: {1065.185 16240 1212    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:41: {1065.185 15808 1212    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:41: {1065.185 15808 1212    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:41: {1065.185 15808 1212    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:41: {1065.185 15808 1212    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:41: {1065.185 15808 1212    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:41: {1065.185 15808 1212    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:42: {1065.820 16284 1452  240} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:42: {1065.820 16260 1452    0} ( cmd_say ) sentence: sto ne radi hns_, firstWord: sto, secondWord: ne, thirdWord: r
L 11/06/2016 - 21:32:42: {1065.820 16276 1452    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:42: {1066.195 16248 1592  140}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:42: {1066.195 16240 1592    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:42: {1066.195 15808 1592    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:42: {1066.195 15808 1592    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:42: {1066.195 15808 1592    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:42: {1066.195 15808 1592    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:42: {1066.195 15808 1592    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:42: {1066.195 15808 1592    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:43: {1067.205 16248 1972  380}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:43: {1067.205 16240 1972    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:43: {1067.205 15808 1972    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:43: {1067.205 15808 1982   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:43: {1067.205 15808 1982    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:43: {1067.205 15808 1982    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:43: {1067.205 15808 1982    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:43: {1067.205 15808 1982    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:44: {1068.216 16248 -1932 -3914}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:44: {1068.216 16240 -1932    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:44: {1068.216 15808 -1932    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:44: {1068.216 15808 -1932    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:44: {1068.216 15808 -1932    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:44: {1068.216 15808 -1932    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:44: {1068.216 15808 -1932    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:44: {1068.216 15808 -1932    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:45: {1069.229 16248 -1542  390}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:45: {1069.229 16240 -1542    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:45: {1069.229 15808 -1542    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:45: {1069.229 15808 -1542    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:45: {1069.229 15808 -1542    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:45: {1069.229 15808 -1542    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:45: {1069.229 15808 -1542    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:45: {1069.229 15808 -1542    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:46: {1070.237 16248 -1162  380}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:46: {1070.237 16240 -1162    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:46: {1070.237 15808 -1162    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:46: {1070.237 15808 -1162    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:46: {1070.237 15808 -1162    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:46: {1070.237 15808 -1162    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:46: {1070.237 15808 -1162    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:46: {1070.237 15808 -1162    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:47: {1071.077 16284 -842  320} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:47: {1071.077 16260 -842    0} ( cmd_say ) sentence: pojma neam, firstWord: pojma, secondWord: neam, thirdWord: 
L 11/06/2016 - 21:32:47: {1071.077 16276 -842    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:32:47: {1071.077 16276 -842    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:47: {1071.147 16248 -802   40}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:47: {1071.147 16240 -802    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:47: {1071.147 15808 -802    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:47: {1071.147 15808 -802    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:47: {1071.147 15808 -802    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:47: {1071.147 15808 -802    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:47: {1071.147 15808 -802    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:47: {1071.147 15808 -802    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1071.762 16280 -582  220} I AM ENTERING ON vote_handleChoice(2) | player_id: 2, key: 3
L 11/06/2016 - 21:32:48: {1071.762 16260 -582    0} I AM ENTERING ON register_vote(2) | player_id: 2, pressedKeyCode: 3
L 11/06/2016 - 21:32:48: {1071.762 16240 -582    0} I AM ENTERING ON announceRegistedVote(2) | player_id: 2, pressedKeyCode: 3
L 11/06/2016 - 21:32:48: {1071.762 16044 -582    0}                                        radon_forgotten2
L 11/06/2016 - 21:32:48: {1071.762 16008 -582    0} I AM ENTERING ON color_print(...) | player_id: 2, message: %L...
L 11/06/2016 - 21:32:48: {1071.762 15248 -582    0} ( color_print ) [in] player_id: 2, Chat printed: [KZ] You have chosen radon_forgotten2...
L 11/06/2016 - 21:32:48: {1071.762 15248 -582    0} ( color_print ) [out] player_id: 2, Chat printed: [KZ] You have chosen radon_forgotten2...
L 11/06/2016 - 21:32:48: {1071.956 16248 -492   90}   ( votedisplay ) player_id: 2, updateTimeRemaining: 0
L 11/06/2016 - 21:32:48: {1071.956 16240 -492    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:48: {1071.956 15944 -492    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1072.157 16248 -432   60}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:48: {1072.157 16240 -432    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:48: {1072.157 15808 -432    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1072.157 15808 -422   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1072.157 15808 -422    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1072.157 15808 -422    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1072.157 15808 -422    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:48: {1072.157 15808 -422    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1072.902 16280 -142  280} I AM ENTERING ON vote_handleChoice(2) | player_id: 3, key: 1
L 11/06/2016 - 21:32:49: {1072.902 16260 -142    0} I AM ENTERING ON register_vote(2) | player_id: 3, pressedKeyCode: 1
L 11/06/2016 - 21:32:49: {1072.902 16240 -142    0} I AM ENTERING ON announceRegistedVote(2) | player_id: 3, pressedKeyCode: 1
L 11/06/2016 - 21:32:49: {1072.902 16044 -142    0}                                        kz_sandblock2_ez
L 11/06/2016 - 21:32:49: {1072.902 16008 -142    0} I AM ENTERING ON color_print(...) | player_id: 3, message: %L...
L 11/06/2016 - 21:32:49: {1072.902 15248 -142    0} ( color_print ) [in] player_id: 3, Chat printed: [KZ] You have chosen kz_sandblock2_ez...
L 11/06/2016 - 21:32:49: {1072.902 15248 -142    0} ( color_print ) [out] player_id: 3, Chat printed: [KZ] You have chosen kz_sandblock2_ez...
L 11/06/2016 - 21:32:49: {1073.068 16248 -72   70}   ( votedisplay ) player_id: 3, updateTimeRemaining: 0
L 11/06/2016 - 21:32:49: {1073.068 16240 -72    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:49: {1073.068 15944 -72    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1073.168 16248 -42   30}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:49: {1073.168 16240 -42    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:49: {1073.168 15808 -42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1073.168 15808 -42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1073.168 15808 -42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1073.168 15808 -42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1073.168 15808 -42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:49: {1073.168 15808 -42    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:50: {1074.176 16248 337  379}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:50: {1074.176 16240 337    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:50: {1074.176 15808 347   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:50: {1074.176 15808 347    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:50: {1074.176 15808 347    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:50: {1074.176 15808 347    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:50: {1074.176 15808 347    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:50: {1074.176 15808 347    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:51: {1075.184 16248 727  380}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:51: {1075.184 16240 727    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:51: {1075.184 15808 727    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:51: {1075.184 15808 727    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:51: {1075.184 15808 727    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:51: {1075.184 15808 727    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:51: {1075.184 15808 727    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:51: {1075.184 15808 727    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:52: {1075.997 16284 1037  310} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:52: {1075.997 16260 1047   10} ( cmd_say ) sentence: i meni je cudno, firstWord: i, secondWord: meni, thirdWord: j
L 11/06/2016 - 21:32:52: {1075.997 16276 1047    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:52: {1076.194 16248 1107   60}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:52: {1076.194 16240 1107    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:52: {1076.194 15808 1107    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:52: {1076.194 15808 1107    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:52: {1076.194 15808 1107    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:52: {1076.194 15808 1107    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:52: {1076.194 15808 1107    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:52: {1076.194 15808 1107    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:53: {1077.202 16248 1497  390}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:53: {1077.202 16240 1497    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:53: {1077.202 15808 1497    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:53: {1077.202 15808 1497    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:53: {1077.202 15808 1497    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:53: {1077.202 15808 1497    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:53: {1077.202 15808 1497    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:53: {1077.202 15808 1497    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:54: {1078.211 16248 1887  390}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:54: {1078.211 16240 1887    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:54: {1078.211 15808 1887    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:54: {1078.211 15808 1887    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:54: {1078.211 15808 1897   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:54: {1078.211 15808 1897    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:54: {1078.211 15808 1897    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:54: {1078.211 15808 1897    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1078.986 16280 -2117 -4014} I AM ENTERING ON vote_handleChoice(2) | player_id: 5, key: 0
L 11/06/2016 - 21:32:55: {1079.095 16284 -2057   60} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:55: {1079.095 16260 -2057    0} ( cmd_say ) sentence: ali problem, firstWord: ali, secondWord: problem, thirdWord: 
L 11/06/2016 - 21:32:55: {1079.095 16276 -2057    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:32:55: {1079.095 16276 -2057    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:55: {1079.120 16248 -2057    0}   ( votedisplay ) player_id: 5, updateTimeRemaining: 0
L 11/06/2016 - 21:32:55: {1079.120 16240 -2057    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:55: {1079.120 15944 -2057    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1079.224 16248 -2017   40}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:55: {1079.224 16240 -2017    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:55: {1079.224 15808 -2017    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1079.224 15808 -2017    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1079.224 15808 -2017    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1079.224 15808 -2017    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1079.224 15808 -2017    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:55: {1079.224 15808 -2017    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 16248 -1637  380}   ( votedisplay ) player_id: 0, updateTimeRemaining: 1
L 11/06/2016 - 21:32:56: {1080.233 16240 -1637    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:56: {1080.233 15808 -1637    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 15808 -1637    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 15808 -1637    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 15808 -1637    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 15808 -1637    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 15808 -1637    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:56: {1080.233 16296 -1637    0} I AM ENTERING ON closeVoting(0)
L 11/06/2016 - 21:32:57: {1080.644 16284 -1477  160} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:57: {1080.644 16260 -1477    0} ( cmd_say ) sentence: sa kgb , firstWord: sa, secondWord: kgb, thirdWord: 
L 11/06/2016 - 21:32:57: {1080.644 16276 -1477    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:32:57: {1080.644 16276 -1477    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:57: {1081.138 16296 -1277  200} I AM ENTERING ON voteExpire(0)
L 11/06/2016 - 21:32:57: {1081.239 16248 -1237   40}   ( votedisplay ) player_id: -1, updateTimeRemaining: 0
L 11/06/2016 - 21:32:57: {1081.239 16240 -1237    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:57: {1081.239 15808 -1237    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:57: {1081.239 15808 -1237    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:57: {1081.239 15808 -1237    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:57: {1081.239 15808 -1237    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:57: {1081.239 15808 -1237    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:57: {1081.239 15808 -1237    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:58: {1081.934 16284 -987  250} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:32:58: {1081.934 16260 -977   10} ( cmd_say ) sentence: valjda, firstWord: valjda, secondWord: , thirdWord: 
L 11/06/2016 - 21:32:58: {1081.934 16276 -977    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:32:58: {1081.934 16272 -977    0} ( cmd_say ) the secondWord is empty.
L 11/06/2016 - 21:32:58: {1081.934 16264 -977    0} ( cmd_say ) on the 1 word: else if( cvar_nomPlayerAllowance ), get_pcvar_num( cvar_nomPlayerAllowance ): 1
L 11/06/2016 - 21:32:58: {1081.934 16252 -977    0} I AM ENTERING ON getSurMapNameIndex(1) | mapSurName: valjda
L 11/06/2016 - 21:32:58: {1081.934 16244 -977    0} ( cmd_say ) firstWord: valjda, g_mapPrefixes[0]: , containi( valjda,  )? -1
L 11/06/2016 - 21:32:58: {1081.934 16248 -977    0} ( cmd_say ) equali(valjda, 'nom', 3)? 0, strlen(valjda) > 5? 1
L 11/06/2016 - 21:32:58: {1081.934 16276 -977    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:32:58: {1082.244 16248 -867  110}   ( votedisplay ) player_id: -1, updateTimeRemaining: 0
L 11/06/2016 - 21:32:58: {1082.244 16240 -867    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:58: {1082.244 15808 -857   10}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:58: {1082.244 15808 -857    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:58: {1082.244 15808 -857    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:58: {1082.244 15808 -857    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:58: {1082.244 15808 -857    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:58: {1082.244 15808 -857    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:59: {1083.249 16248 -477  380}   ( votedisplay ) player_id: -1, updateTimeRemaining: 0
L 11/06/2016 - 21:32:59: {1083.249 16240 -477    0}   ( votedisplay ) g_isToRefreshVoteStatus: 1,  g_totalVoteOptions: 4, strlen( g_voteStatusClean ): 135
L 11/06/2016 - 21:32:59: {1083.249 15808 -477    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:59: {1083.249 15808 -477    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:59: {1083.249 15808 -477    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:59: {1083.249 15808 -477    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:59: {1083.249 15808 -477    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:32:59: {1083.249 15808 -477    0}     ( vote_handleDisplay ) Add optional menu item | allowStay: 0, allowExtend: 1, g_isExtendmapAllowStay: 0
L 11/06/2016 - 21:33:02: {1085.768 16296 462  939} I AM ENTERING ON computeVotes(0)
L 11/06/2016 - 21:33:02: {1085.768 16072 462    0} 
L 11/06/2016 - 21:33:02: {1085.768 16072 462    0}    [VOTE RESULT]
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}        0/  3  0. ksz_fastmountain2
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}        2/  3  1. kz_sandblock2_ez
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}        0/  3  2. kzse_bhopblock
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}        1/  3  3. radon_forgotten2
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}        0/  3  4. 
L 11/06/2016 - 21:33:02: {1085.768 16072 462    0} 
L 11/06/2016 - 21:33:02: {1085.768 16064 462    0} Inside the for to determine which maps are in 1st and 2nd places, g_arrayOfMapsWithVotesNumber[0] = 0 
L 11/06/2016 - 21:33:02: {1085.768 16064 462    0} Inside the for to determine which maps are in 1st and 2nd places, g_arrayOfMapsWithVotesNumber[1] = 2 
L 11/06/2016 - 21:33:02: {1085.768 16064 462    0} Inside the for to determine which maps are in 1st and 2nd places, g_arrayOfMapsWithVotesNumber[2] = 0 
L 11/06/2016 - 21:33:02: {1085.768 16064 462    0} Inside the for to determine which maps are in 1st and 2nd places, g_arrayOfMapsWithVotesNumber[3] = 1 
L 11/06/2016 - 21:33:02: {1085.768 16064 462    0} Inside the for to determine which maps are in 1st and 2nd places, g_arrayOfMapsWithVotesNumber[4] = 0 
L 11/06/2016 - 21:33:02: {1085.768 16072 462    0} After for to determine which maps are in 1st and 2nd places.
L 11/06/2016 - 21:33:02: {1085.768 16060 462    0} g_totalVoteOptions: 4, numberOfMapsAtFirstPosition: 1, numberOfMapsAtSecondPosition: 1
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}     ( computeVotes|middle ) g_isTimeToRestart: 0,g_isTimeToChangeLevel: 0 g_voteStatus & VOTE_IS_FORCED: 0
L 11/06/2016 - 21:33:02: {1085.768 16056 462    0}     ( computeVotes|moreover ) g_isTimeToRestart: 0, g_isTimeToChangeLevel: 0 g_voteStatus & VOTE_IS_FORCED: 0
L 11/06/2016 - 21:33:02: {1085.768 16052 462    0} I AM ENTERING ON setNextMap(1) | nextMap: kz_sandblock2_ez
L 11/06/2016 - 21:33:02: {1085.768 16036 472   10} I AM ENTERING ON saveCurrentAndNextMapNames(1) | nextMap: kz_sandblock2_ez
L 11/06/2016 - 21:33:02: {1085.768 16052 472    0} ( setNextMap ) IS CHANGING THE CVAR 'amx_nextmap' to 'kz_sandblock2_ez'
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} I AM ENTERING ON color_print(...) | player_id: 0, message: %L...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) playersCount: 6, params_number: 5...
L 11/06/2016 - 21:33:02: {1085.768 15108 472    0} ( color_print ) getarg(2): ÿ˜ÀpL 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) player_id: 0, formated_message: GAL_NEXTMAP
L 11/06/2016 - 21:33:02: {1085.768 15104 472    0} ( color_print ) GetLangTransKey( formated_message ) != TransKey_Bad: 1, multi_lingual_constants_number: 0, string_index: 12...
L 11/06/2016 - 21:33:02: {1085.768 15116 472    0} ( color_print ) argument_index (after ArrayPushCell): 3...
L 11/06/2016 - 21:33:02: {1085.768 15108 472    0} ( color_print ) getarg(4): kL 11/06/2016 - 21:33:02: {1085.768 15116 472    0} ( color_print ) multi_lingual_constants_number: 1...
L 11/06/2016 - 21:33:02: {1085.768 15096 472    0} ( color_print ) argument_index: 0, player_id: 16, ArrayGetCell( 87, 0 ): 2...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) [in] player_id: 16, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 15096 472    0} ( color_print ) argument_index: 0, player_id: 6, ArrayGetCell( 87, 0 ): 2...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) [in] player_id: 6, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 15096 472    0} ( color_print ) argument_index: 0, player_id: 5, ArrayGetCell( 87, 0 ): 2...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) [in] player_id: 5, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 15096 472    0} ( color_print ) argument_index: 0, player_id: 4, ArrayGetCell( 87, 0 ): 2...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) [in] player_id: 4, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 15096 472    0} ( color_print ) argument_index: 0, player_id: 3, ArrayGetCell( 87, 0 ): 2...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) [in] player_id: 3, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 15096 472    0} ( color_print ) argument_index: 0, player_id: 2, ArrayGetCell( 87, 0 ): 2...
L 11/06/2016 - 21:33:02: {1085.768 15112 472    0} ( color_print ) [in] player_id: 2, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 15264 472    0} ( color_print ) [out] player_id: 0, Chat printed: [KZ] Next map will be kz_sandblock2_ez...
L 11/06/2016 - 21:33:02: {1085.768 16060 472    0} I AM ENTERING ON process_last_round(0)
L 11/06/2016 - 21:33:02: {1085.768 16048 472    0} I AM ENTERING ON intermission_display(0)
L 11/06/2016 - 21:33:02: {1085.768 16056 472    0}     ( computeVotes|out ) g_isTimeToRestart: 0, g_isTimeToChangeLevel: 0 g_voteStatus & VOTE_IS_FORCED: 0
L 11/06/2016 - 21:33:02: {1085.768 16060 472    0} I AM ENTERING ON finalizeVoting(0)
L 11/06/2016 - 21:33:02: {1085.768 16048 472    0} I AM ENTERING ON vote_resetStats(0)
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[0]: ksz_fastmountain2
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[1]: kz_sandblock2_ez
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[2]: kzse_bhopblock
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[3]: radon_forgotten2
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[4]: 
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[5]: 
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[6]: 
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[7]: 
L 11/06/2016 - 21:33:02: {1085.768 16024 472    0} Cleaning g_votingMapNames[8]: 
L 11/06/2016 - 21:33:06: {1090.110 16284 2132 1660} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:33:06: {1090.110 16260 2132    0} ( cmd_say ) sentence: smor ÄŒD, firstWord: smor, secondWord: ÄŒD, thirdWord: 
L 11/06/2016 - 21:33:06: {1090.110 16276 2132    0} ( cmd_say ) the thirdWord is empty.
L 11/06/2016 - 21:33:06: {1090.110 16276 2132    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:33:11: {1094.515 16284 -482 -2614} I AM ENTERING ON cmd_say(1) | player_id: 
L 11/06/2016 - 21:33:11: {1094.515 16260 -482    0} ( cmd_say ) sentence: taman teo da pikam , firstWord: taman, secondWord: teo, thirdWord: d
L 11/06/2016 - 21:33:11: {1094.515 16276 -482    0}     ( cmd_say ) Just Returning PLUGIN_CONTINUE, as reached the handler end.
L 11/06/2016 - 21:34:27: {1171.063 16280 -497  -15} I AM ENTERING ON map_manageEnd(0)
L 11/06/2016 - 21:34:27: {1171.063 16260 -497    0} map_manageEnd(in)                mp_timelimit: 20.000000, get_realplayersnum: 6
L 11/06/2016 - 21:34:27: {1171.063 16268 -497    0} I AM ENTERING ON configure_last_round_HUD(0)
L 11/06/2016 - 21:34:27: {1171.063 16260 -497    0} map_manageEnd(out)               mp_timelimit: 20.000000, get_realplayersnum: 6
L 11/06/2016 - 21:34:42: {1186.099 16280 1247 1744} I AM ENTERING ON map_manageEnd(0)
L 11/06/2016 - 21:34:42: {1186.099 16260 1247    0} map_manageEnd(in)                mp_timelimit: 20.000000, get_realplayersnum: 6
L 11/06/2016 - 21:34:42: {1186.099 16268 1247    0} I AM ENTERING ON configure_last_round_HUD(0)
L 11/06/2016 - 21:34:42: {1186.099 16260 1247    0} map_manageEnd(out)               mp_timelimit: 20.000000, get_realplayersnum: 6
L 11/06/2016 - 21:35:05: {1209.072 16296 1897  650} I AM ENTERING ON changeMap(0)
L 11/06/2016 - 21:35:05: {1209.072 16028 1897    0} ( changeMap ) IS CHANGING THE CVAR 'mp_chattime' to '5.000000'
L 11/06/2016 - 21:35:05: {1209.072 16008 1897    0} I AM ENTERING ON getNextMapName(2) | iMax: 63
L 11/06/2016 - 21:35:05: {1209.072 15988 1897    0} I AM ENTERING ON ValidMap(1) | mapname: kz_sandblock2_ez
L 11/06/2016 - 21:35:05: {1209.072 16000 1897    0}     ( getNextMapName ) Returning lenght: 16, szArg: kz_sandblock2_ez
L 11/06/2016 - 21:35:08: {1212.145 16216 -1187 -3084} I AM ENTERING ON delayedChange(1) | param: kz_sandblock2_ez
L 11/06/2016 - 21:35:08: {1212.145 16212 -1187    0} ( delayedChange ) IS CHANGING THE CVAR 'mp_chattime' to '3.000000'
L 11/06/2016 - 21:35:08: {1212.145 16200 -1187    0} I AM ENTERING ON serverChangeLevel(1) | mapName: kz_sandblock2_ez
L 11/06/2016 - 21:35:08: {1212.145 16292 -1187    0} I AM ENTERING ON client_disconnected(1) | player_id: 1
L 11/06/2016 - 21:35:08: {1212.145 16276 -1187    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 1
L 11/06/2016 - 21:35:08: {1212.145 16276 -1187    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 1
L 11/06/2016 - 21:35:08: {1212.145 15224 -1187    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.145 15224 -1187    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.145 16284 -1187    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.145 16264 -1187    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 6
L 11/06/2016 - 21:35:08: {1212.145 16272 -1187    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1187    0} I AM ENTERING ON client_disconnected(1) | player_id: 2
L 11/06/2016 - 21:35:08: {1212.148 16276 -1187    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 2
L 11/06/2016 - 21:35:08: {1212.148 16276 -1187    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 2
L 11/06/2016 - 21:35:08: {1212.148 15224 -1187    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1187    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1187    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1187    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 6
L 11/06/2016 - 21:35:08: {1212.148 16272 -1187    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1187    0} I AM ENTERING ON client_disconnected(1) | player_id: 3
L 11/06/2016 - 21:35:08: {1212.148 16276 -1187    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 3
L 11/06/2016 - 21:35:08: {1212.148 16276 -1187    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 3
L 11/06/2016 - 21:35:08: {1212.148 15224 -1187    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1187    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1187    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1187    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 5
L 11/06/2016 - 21:35:08: {1212.148 16272 -1187    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1187    0} I AM ENTERING ON client_disconnected(1) | player_id: 4
L 11/06/2016 - 21:35:08: {1212.148 16276 -1187    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 4
L 11/06/2016 - 21:35:08: {1212.148 16276 -1187    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 4
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177   10} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1177    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1177    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 4
L 11/06/2016 - 21:35:08: {1212.148 16272 -1177    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1177    0} I AM ENTERING ON client_disconnected(1) | player_id: 5
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 5
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 5
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1177    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1177    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 3
L 11/06/2016 - 21:35:08: {1212.148 16272 -1177    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1177    0} I AM ENTERING ON client_disconnected(1) | player_id: 6
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 6
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 6
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1177    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1177    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 2
L 11/06/2016 - 21:35:08: {1212.148 16272 -1177    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1177    0} I AM ENTERING ON client_disconnected(1) | player_id: 9
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 9
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 9
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1177    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1177    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 1
L 11/06/2016 - 21:35:08: {1212.148 16272 -1177    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1177    0} I AM ENTERING ON client_disconnected(1) | player_id: 11
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 11
L 11/06/2016 - 21:35:08: {1212.148 16276 -1177    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 11
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1177    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1177    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1177    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 1
L 11/06/2016 - 21:35:08: {1212.148 16272 -1177    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1177    0} I AM ENTERING ON client_disconnected(1) | player_id: 13
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167   10} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 13
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 13
L 11/06/2016 - 21:35:08: {1212.148 15224 -1167    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1167    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1167    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1167    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 1
L 11/06/2016 - 21:35:08: {1212.148 16272 -1167    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16292 -1167    0} I AM ENTERING ON client_disconnected(1) | player_id: 16
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} I AM ENTERING ON vote_unrockTheVote(1) | player_id: 16
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} I AM ENTERING ON unnominatedDisconnectedPlayer(1) | player_id: 16
L 11/06/2016 - 21:35:08: {1212.148 15224 -1167    0} I AM ENTERING ON flushVoteBlockedMaps(3) | announcementShowedTimes: 1, 
L 11/06/2016 - 21:35:08: {1212.148 15224 -1167    0} blockedMapsBuffer: 
L 11/06/2016 - 21:35:08: {1212.148 16284 -1167    0} I AM ENTERING ON isToHandleRecentlyEmptyServer(0)
L 11/06/2016 - 21:35:08: {1212.148 16264 -1167    0} ( isToHandleRecentlyEmptyServer ) mp_timelimit: 20.000000, g_originalTimelimit: 0.000000, playersCount: 1
L 11/06/2016 - 21:35:08: {1212.148 16272 -1167    0} I AM EXITING ON isToHandleRecentlyEmptyServer(0) | g_isUsingEmptyCycle = 0, g_emptyCycleMapsNumber = 0
L 11/06/2016 - 21:35:08: {1212.148 16300 -1167    0} 
L 11/06/2016 - 21:35:08: {1212.148 16300 -1167    0} 
L 11/06/2016 - 21:35:08: {1212.148 16300 -1167    0} 
L 11/06/2016 - 21:35:08: {1212.148 16300 -1167    0} I AM ENTERING ON plugin_end(0). THE END OF THE PLUGIN LIFE!
L 11/06/2016 - 21:35:08: {1212.148 16288 -1167    0} I AM ENTERING ON map_restoreEndGameCvars(0)
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} ( map_restoreEndGameCvars ) TRYING to change the cvar 'mp_timelimit'  = '20.000000'
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} ( map_restoreEndGameCvars ) TRYING to change the cvar 'mp_fraglimit'  = '0'
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} ( map_restoreEndGameCvars ) TRYING to change the cvar 'mp_maxrounds'  = '0'
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} ( map_restoreEndGameCvars ) TRYING to change the cvar 'mp_winlimit'   = '0'
L 11/06/2016 - 21:35:08: {1212.148 16276 -1167    0} I AM ENTERING ON restoreOriginalServerMaxSpeed(0)
L 11/06/2016 - 21:35:08: {1212.148 16288 -1167    0} I AM EXITING ON map_restoreEndGameCvars(0)
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 39
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 40
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 41
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 17
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 16
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 18
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 19
L 11/06/2016 - 21:35:08: {1212.148 15784 -1167    0} I AM ENTERING ON TRY_TO_APPLY(2) | objectIndentifation: 0
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 0
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 1
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 2
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 3
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 4
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 5
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 6
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 7
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 8
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 9
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 10
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 11
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 12
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 13
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 14
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 15
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 16
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 17
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 18
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 19
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 20
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 21
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 22
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 23
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 24
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 25
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 26
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 27
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 28
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 29
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 30
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 31
L 11/06/2016 - 21:35:08: {1212.148 15760 -1167    0} I AM ENTERING ON clearMenuMapIndexForPlayers(1) | player_id: 32
L 11/06/2016 - 21:35:08: {1212.148 15764 -1167    0} I AM ENTERING ON gameCrashActionFilePath(2) | charsmaxGameCrashActionFilePath: 127
L 11/06/2016 - 21:35:08: {1212.148 15764 -1167    0} ( generateGameCrashActionFilePath ) | gameCrashActionFilePath: addons/amxmodx/data/galileo/gameCrashRecreationAction.txt
L 11/06/2016 - 21:35:11: {1.000 16292 -7   -7}
gravi123 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 11-09-2016 , 18:02   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #377

Quote:
Originally Posted by gravi123 View Post
Was working 24/7 and forgot about this later xd here are the logs
Thanks for the log. Sadly, I do not have the time to review this right now. By the next week I should get into this. Your issue was updated within it: https://github.com/addonszz/Galileo/issues/19
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 11-11-2016 at 07:55.
addons_zz is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 11-10-2016 , 10:37   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #378

Quote:
There are no cvars in the plugin menu to let me disable the partial map names nominations or currentmap , etc cmds...
I went over 600 + maps to find something different but people are just stealing my mapcycle...
The cvars you can disable are those already on the file `cmdaccess.ini` file on the configs folder.
The amxmodx get automatically form the plugins which cvars may be disabled and put them there on the `cmdaccess.ini` file.

If you want to disable RTV commands or others like the `currentmap` which are not on the already on `cmdaccess.ini` file, you need to read the `galileo.cfg` and search for a command to disable it. Example for the RTV:
Code:
// Indicates which say commands can be used to rock the vote. // The flags are additive. A value of 0 will disable this feature. // 1 - standard "rockthevote" command // 2 - shorthand "rtv" command // 3 - Same as 1 and 2 at the same time. // 4 - dynamic "rockthe<anything>vote" command (allows a player to type //     any one word (i.e. no spaces) that starts with "rockthe" and ends //     with "vote". Some examples might be: "rockthedamnvote", //     "rockthesillylittlevote", or "rockthefreakingvote". The total //     length of the word can not be longer than 31 characters. That //     leaves 20 characters for creativeness once you factor in the //     lengths of "rockthe" and "vote") // 5 - Same as 1 and 4 at the same time. // 6 - Same as 2 and 4 at the same time. // 7 - Same as 1, 2 and 4 at the same time. gal_rtv_commands 7
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 11-10-2016 , 13:30   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #379

Is this usable at all? No server crashes/bugs?
Because Brad's latest version crashes my server pretty often on map change.
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 11-11-2016 , 07:51   Re: Galileo v3.2.4-248 (a feature rich map voting plugin) | Last Update: 2016-10-28
Reply With Quote #380

Quote:
Originally Posted by georgik57 View Post
Is this usable at all? No server crashes/bugs?
Because Brad's latest version crashes my server pretty often on map change.
Just replace the Brad's `galileo.amxx` compiled file and see if it stills crashing.
You do need to change anything else as you settings, as they are the same on this version, but with more features.

If crashes, run this plugin on debug mode and post here or pm the `_galileo.log` debug log file.
See on the support section how to enable the debug.

You may see the current issues with this version on: https://github.com/addonszz/Galileo/issues
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 11-11-2016 at 07:55. Reason: update
addons_zz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode