Raised This Month: $ Target: $400
 0% 

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


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
BeNq!
Senior Member
Join Date: Mar 2009
Old 07-03-2016 , 14:11   Re: Galileo v2.6 (a feature rich map voting plugin) | Last Update: 09.04.2016
Reply With Quote #11

Quote:
Originally Posted by addons_zz View Post
Wait until the final version 3.0 is finished to worry about it. But it must not be 0 if you do not did it. We can just discuss this after the version 3.0 release (This or next week), because I am developing others features, and if the time limit is being bad setted, it is easy to fix when everything is finished.
This is bug. Change map = timelimit is 0, why?

Quote:
Originally Posted by addons_zz View Post
It should be performed per second. Unless you configured it to not show the seconds remaining, and the vote status. But if you did that, and it is calculating unnecessary 3 times, instead of 1, we can easily fix it when the version 3.0 is released.
I add client_print(0, print_chat, "test");
Code:
// to append it here to always shows it AFTER voting.     if( isVoteOver )     {         // add the header         formatex( menuHeader, charsmax( menuHeader ), "%s%L",         COLOR_YELLOW, player_id, "GAL_RESULT" );                 if( g_isToShowNoneOption         && g_voteShowNoneOptionType )         {             computeUndoButton( player_id, isToShowUndo, isVoteOver, noneOption, charsmax( noneOption ) );                         formatex( menuDirty, menuDirtySize, "%s^n%s^n^n%s%s^n^n%L",             menuHeader, voteStatus, noneOption, COLOR_YELLOW, player_id, "GAL_VOTE_ENDED" );         }         else         {             formatex( menuDirty, menuDirtySize, "%s^n%s^n^n%s%L",             menuHeader, voteStatus, COLOR_YELLOW, player_id, "GAL_VOTE_ENDED" );         }         client_print(0, print_chat, "test");     }

And chat:

test
test
test

WTF?

Quote:
Originally Posted by addons_zz View Post
It is done or almost, I am doing it.
Code:
// Indicates the end map type at the last seconds. // 0 - do not show the countdown, drop weapons or buy grenades. // 1 - show the countdown, drop weapons and buy grenades. gal_endonround_countdown 1 // Indicates how to announce the last round. If selected a value higher // than 0, this cvar indicates also the players minimum number necessary // to allow the last round to be finished when the time runs out. // 0 - to show only a chat print, saying that it is the last round. // 1 - to show chat and a constant HUD message during the last round. gal_endonround_msg 1
Are you using it as 1? It starts a countdown from 5, and after it throw throw your weapons and show the game scores.
What? I have gal_endonround_msg 1 and gal_endonround_countdown 0. It should wait a moment ( 5-6 second ).

Last edited by BeNq!; 07-03-2016 at 14:11.
BeNq! is offline
 


Thread Tools
Display Modes

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:10.


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