Raised This Month: $ Target: $400
 0% 

Galileo 1.1.290 (a feature rich map voting plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
ScHrAnZ DiNgEnS
Senior Member
Join Date: Sep 2007
Old 07-11-2009 , 02:08   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #581

U have to compile the galileo.sma....

Dont ask how to compile, just search a few minits in this topic, i read this questinen every day.
__________________
ScHrAnZ DiNgEnS is offline
Send a message via ICQ to ScHrAnZ DiNgEnS Send a message via AIM to ScHrAnZ DiNgEnS
Odberg
Junior Member
Join Date: Dec 2007
Old 07-11-2009 , 08:29   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #582

Quote:
Originally Posted by ScHrAnZ DiNgEnS View Post
U have to compile the galileo.sma....

Dont ask how to compile, just search a few minits in this topic, i read this questinen every day.
thank you, i know how to compile
Odberg is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-11-2009 , 10:08   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #583

Might have a bug with get_timeleft() when the wait time for rtv is bugged, my be the same bug when say /timeleft in default amxx plugin doesn't return the same value as "timeleft" default cs command.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-11-2009 , 10:32   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #584

Thanks. I plan on working on Galileo again relatively soon, though a week long trip I'm taking in a couple days will probably happen first.
__________________
Brad is offline
MisQ
New Member
Join Date: Jul 2009
Old 07-11-2009 , 13:48   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #585

One question, well i have problem with "max maps" i change
Code:
#define MAX_STANDARD_MAP_CNT
for another number couse i use more than 25 maps ... i compiled the .sma and this changed nothing ... i wrote gal_listmaps in console but there still 25maps ... is there any way to change this thing? thanks for answer.
MisQ is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-11-2009 , 14:55   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #586

Quote:
Originally Posted by MisQ View Post
One question, well i have problem with "max maps" i change
Code:
#define MAX_STANDARD_MAP_CNT
for another number couse i use more than 25 maps ... i compiled the .sma and this changed nothing ... i wrote gal_listmaps in console but there still 25maps ... is there any way to change this thing? thanks for answer.
That define shouldn't even be in the plugin. It'll be removed in the next release.

You need to offer more information than you did. Specifically, I'd like to see the following information:

Quote:
Originally Posted by Brad
If you have access to your game server's console, type the following in the server console:
  • meta list
  • amxx plugins
  • amxx cvars

If you don't have access the your game server's console, join your server and type the following in your game console:
  • rcon_password your_rcon_password
  • rcon meta list
  • rcon amxx plugins
  • rcon amxx cvars

(1) Paste the entire result from the meta list and amxx plugins commands.
(2) Paste *only* the CVARs that contain the filename of the plugin, in which you're experiencing problems, in the last column from the amxx cvars command. They will be grouped together.
__________________
Brad is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-12-2009 , 05:14   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #587

I'm currently runing a version with this code :

PHP Code:
new Float:g_flMapStartTime;

/* ... */

public vote_rock(id)
{
    
// if an early vote is pending, don't allow any rocks
    
if (g_voteStatus VOTE_IS_EARLY)
    {
        
client_print(idprint_chat"%L"id"GAL_ROCK_FAIL_PENDINGVOTE");
        return;
    }
    
//    new Float:minutesElapsed = map_getMinutesElapsed();
    
new Float:minutesElapsed = (get_gametime()-g_flMapStartTime)/60.0;

/* ... */

public event_game_commencing()
{
    
// make sure the reset time is the original time limit 
    // (can be skewed if map was previously extended)
    
map_restoreOriginalTimeLimit();
    
g_flMapStartTime get_gametime();


Will give you feed back as soon as i can.


-edit-
Seems to work fine so far.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 07-12-2009 at 07:21.
ConnorMcLeod is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 07-12-2009 , 06:35   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #588

ConnorMcLeod with this replacement it ignores restarts? O.o if yes, definitely i will use this :p
__________________
xPaw is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-12-2009 , 06:38   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #589

Quote:
Originally Posted by xPaw View Post
ConnorMcLeod with this replacement it ignores restarts? O.o if yes, definitely i will use this :p
I forgot about restarts (have kz server), but should be easy to fix if the other system can't be fixed, up to Brad to decide what to do.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 07-12-2009 , 06:40   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #590

Oh good about ignore restats, brad should make a cvar for that, need that on my deathrun server ))
__________________
xPaw 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 07:16.


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