Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.06 seconds.
Search: Posts Made By: addons_zz
Forum: New Plugin Submissions 09-30-2023, 22:58
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I have a quick look at the code, and it seem, that the voting start is delayed by this math:

File: MultiModServer/plugins/addons/amxmodx/scripting/galileo.sma
826: /**
827: * Specifies how much...
Forum: New Plugin Submissions 09-30-2023, 22:27
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Thanks for helping; you're right; I had forgotten about that. If one searches the config file for 'empty,' they should find some relevant settings. When in doubt, it's a good idea to read through the...
Forum: New Plugin Submissions 09-30-2023, 10:08
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

This was designed intentionally to prevent voting from interfering with weapon purchases. If you've checked the configuration file and found no setting for this, you'll need to modify the code...
Forum: Code Snippets/Tutorials 10-29-2022, 13:11
Replies: 32
Views: 28,941
Posted By addons_zz
Re: Addons zz's Multi-Mod Plugin v2.0.1 | Last Update: 02.02.2017

\* Correction. When I said .dll, I meant dynamic library, which has the extension .dll on windows and .so on Linux (which is your case).
Forum: New Plugin Submissions 10-28-2022, 20:46
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Looks like you want a new feature that works the opposite of the original request for the `gal_nom_minplayers_control `.


// Let the server players nominate maps from the nomination file list
//...
Forum: Code Snippets/Tutorials 10-28-2022, 20:16
Replies: 32
Views: 28,941
Posted By addons_zz
Re: Addons zz's Multi-Mod Plugin v2.0.1 | Last Update: 02.02.2017

I would advise eliminating things. i.e, disable podbot and see if the server still segfaults.

I would start disabling the csdm module and orpheu.
Perhaps the version of amxxmod is too old for...
Forum: New Plugin Submissions 10-23-2022, 18:27
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Thanks for looking into it. I think this 30 seconds is for some other feature, but not for the voting to start.

Changing this on the next if should work (but I did not tested it):
...
Forum: New Plugin Submissions 07-02-2022, 09:42
Replies: 42
Views: 30,411
Posted By addons_zz
Re: Multi-Mod Manager v1.1-release_candidate1.hotfix1 | Last Update: 21.01.2016

Hi there are about 6 years I do not use this, but you can try this.

If you edit every other mod file except for `addons\amxmodx\configs\multimod\cfg\csdm.cfg` i.e.,

...
Forum: New Plugin Submissions 04-04-2022, 17:40
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

> A vote came out a thousand times in a row and I couldn't stop it.

I think I made this plugin quite customizable, so, if mess with the settings values (timers/times, etc), unexpected things...
Forum: New Plugin Submissions 04-03-2022, 22:50
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I do not see the point in starting the voting at the start of the map, but if you read the settings file `galileo.cfg` you should be able to find an option that satisfies you.

The min or mid...
Forum: Code Snippets/Tutorials 03-17-2022, 21:34
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

Can you edit this file and remove the `, errors="ignore"` from `text_file = open( target_file, "wb", errors="ignore" )`, i.e., let it like this:

File: .../Packages/AmxxEditor/AmxxEditor.py
197: ...
Forum: Code Snippets/Tutorials 05-26-2021, 18:51
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

Are you using Sublime Text 4 ?

For Sublime Text 4, I think I would need to patch few things. But for now, I still using Sublime Text 3.
Forum: Code Snippets/Tutorials 02-09-2021, 18:21
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

What does mean "sublime can't read"?

Do you see any `Include File Not Found: ` on your Sublime Text console?
Forum: Code Snippets/Tutorials 01-31-2021, 11:02
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

The last change I did was in Jun 17, 2020 (https://github.com/evandrocoan/AmxxEditor/commits/master).

This generating syntax summary is a Sublime Text feature. Can you try setting on your...
Forum: New Plugin Submissions 01-24-2021, 09:29
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Before I had several repositories for all my Amxx stuff, but later I decided to put everything amxx related under a single repository, hence the GitHub redirecting my links to the repository which I...
Forum: New Plugin Submissions 01-23-2021, 20:21
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I logged this on https://github.com/addonszz/galileo/issues/90, but for now, I am not running servers or planning to work on this.
Forum: New Plugin Submissions 01-23-2021, 20:06
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

I tried looking at the code, but I could not find the problem. But I noticed that there is an exception to the rule. If your whitelist file does not have many maps, and galileo cannot fill the voting...
Forum: Approved Plugins 01-23-2021, 09:32
Replies: 1,633
Views: 1,050,974
Posted By addons_zz
Re: Galileo 1.1.290 (a feature rich map voting plugin)

If it is not mentioned in the first post, I do not think you need to. Why do you ask? Did you try installing it?
Forum: Approved Plugins 09-08-2020, 17:43
Replies: 1,633
Views: 1,050,974
Posted By addons_zz
Re: Galileo 1.1.290 (a feature rich map voting plugin)

You should be able to just upgrade to that other galileo just by replacing the `galileo.amxx` and the `galileo.txt` on the `lang` directory.

All the settings from this galileo are unchanged on the...
Forum: Code Snippets/Tutorials 07-13-2020, 13:08
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

You can try installing Sublime Text build 3207 (https://download.sublimetext.com/Sublime%20Text%20Build%203207%20x64%20Setup.exe)

To migrate, just copy your `Data` directory over the 3207 `Data`...
Forum: Code Snippets/Tutorials 07-12-2020, 12:56
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

Try looking into:

Setting `index_workers: 0`


https://forum.sublimetext.com/t/how-to-determine-if-sublime-is-slow-vs-plugins/25618...
Forum: New Plugin Submissions 06-22-2020, 13:10
Replies: 1,031
Views: 311,823
Posted By addons_zz
Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16

Try using the original plugin: https://forums.alliedmods.net/showthread.php?t=77391 and see if the problem is fixed.
Forum: Code Snippets/Tutorials 06-17-2020, 15:27
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

That `generating syntax summary` is from Sublime Text. You can try disabling it by going to the menu `Preferences -> Settings` and setting `"index_files": false`

Alternatively, you can try to...
Forum: Code Snippets/Tutorials 06-17-2020, 14:29
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

I just launched an update fixing the `UnboundLocalError: local variable 'file_name' referenced before assignment`.

How much big is this lag when you create a new plugin? 10 seconds?

The profile...
Forum: Code Snippets/Tutorials 06-16-2020, 13:48
Replies: 224
Views: 83,685
Posted By addons_zz
Re: [TUT] Compiling AMXX plugins with Sublime Text

I just launched an update fixing that error `TypeError: an integer is required (got type NoneType)`.

About the second index problem, I do not know what it is. Can you show the full contents of...
Showing results 1 to 25 of 500

 
Forum Jump

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


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