Raised This Month: $51 Target: $400
 12% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 06-17-2017 , 13:04   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #761

hey i have shit problem becuase yours plugin its some times friendly fire get on becuase UR Plugin so could you fix it ?
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 06-17-2017 , 13:21   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #762

Quote:
Originally Posted by D3XT3R View Post
hey i have shit problem becuase yours plugin its some times friendly fire get on becuase UR Plugin so could you fix it ?
It should only enables the ff on the last round seconds before change map, set the cvar `gal_endonround_countdown` to 0:
Code:
// Indicates the end map type at the last seconds. The flags are additive. // A value of 0 will do not nothing special/different. // //  1 - show a countdown from 5 until 1 // //  2 - To drop the player weapons // //  4 - freeze all the players speed // //  8 - give grenades // // 16 - to set mp_friendlyfire to 1 so players can bombard each other //      with grenades just before change level. // // For example, if you want to use the options 1 and 2, use 1 + 2: // gal_endonround_countdown 3 // // Instead of: // gal_endonround_countdown 0 // // Default: 0 gal_endonround_countdown 0

If the plugin is doing this on the middle of the game play, it will be logged on the log file. Therefore if you record one I can fix it.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Old 06-17-2017, 13:22
Adomaz1
This message has been deleted by Adomaz1. Reason: i'm dumb
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 06-17-2017 , 21:51   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #763

Quote:
Originally Posted by addons_zz View Post
It should only enables the ff on the last round seconds before change map, set the cvar `gal_endonround_countdown` to 0:
Code:
// Indicates the end map type at the last seconds. The flags are additive. // A value of 0 will do not nothing special/different. // //  1 - show a countdown from 5 until 1 // //  2 - To drop the player weapons // //  4 - freeze all the players speed // //  8 - give grenades // // 16 - to set mp_friendlyfire to 1 so players can bombard each other //      with grenades just before change level. // // For example, if you want to use the options 1 and 2, use 1 + 2: // gal_endonround_countdown 3 // // Instead of: // gal_endonround_countdown 0 // // Default: 0 gal_endonround_countdown 0

If the plugin is doing this on the middle of the game play, it will be logged on the log file. Therefore if you record one I can fix it.
its do it in middle of game as some times in full map ff be on and i didnt talk about last secounds of ff becuase its good so can you fix it when it be in middle of map ? and as i said it some times be for all maps if i didnt off it
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 06-17-2017 , 22:25   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #764

Quote:
Originally Posted by D3XT3R View Post
its do it in middle of game as some times in full map ff be on and i didnt talk about last secounds of ff becuase its good so can you fix it when it be in middle of map ? and as i said it some times be for all maps if i didnt off it
Why do you think it is this plugin it doing that?

If you record a log with the bug, I can try to fix it. If you do not want to record a log, just install another mapchooser and see if the problem persists.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
BeNq!
Senior Member
Join Date: Mar 2009
Old 06-18-2017 , 01:50   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #765

Fix please:

Last edited by BeNq!; 06-18-2017 at 01:50.
BeNq! is offline
GoRiLliAz
Senior Member
Join Date: May 2013
Old 06-18-2017 , 07:57   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #766

Hello,
Would it be possible to add:
If the number of players reaches for example a number defined by a cvar it directly changes the map by a map predefined by a cvar also.

Example:

4 players on the server, map by default de_dust2, map in progress de_train 1 player leaves, the server warned that in 10 seconds he will change the map to de_dust2 right away.

I already had this functionality with another plugin that worked well especially at night. To fill a server.

Thank you in advance.
__________________


Last edited by GoRiLliAz; 06-18-2017 at 08:00.
GoRiLliAz is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 06-18-2017 , 08:14   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #767

Quote:
Originally Posted by BeNq! View Post
Fix please:
  1. What is the problem?
  2. How to reproduce it?

Quote:
Originally Posted by GoRiLliAz View Post
I already had this functionality with another plugin that worked well especially at night. To fill a server.
If you already has a plugin which does this, why do you not use that plugin?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 06-18-2017 , 09:02   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #768

Quote:
Originally Posted by addons_zz View Post
Why do you think it is this plugin it doing that?

If you record a log with the bug, I can try to fix it. If you do not want to record a log, just install another mapchooser and see if the problem persists.
hmm
first im using yours mapchooser til end and if bugged and i will stay use it becuase its the best one
and secound whitch logs you talking about? (of plugin or server or what!?)
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
GoRiLliAz
Senior Member
Join Date: May 2013
Old 06-18-2017 , 09:02   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #769

Because this function was in me have old plugins votemap but I replaced them with yours.
__________________

GoRiLliAz is offline
Papuszek
Junior Member
Join Date: Jun 2017
Old 06-18-2017 , 09:45   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #770

When there is one person + HLTV, you can turn on RTV, how to turn it off? It is only when another person gets to use the RTV you can use after the appointed time.
Papuszek 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 13:41.


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