AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Let's talk about new features in plugins (https://forums.alliedmods.net/showthread.php?t=311013)

Arkshine 09-30-2018 08:33

Let's talk about new features in plugins
 
We started a discussion on Github (https://github.com/alliedmodders/amxmodx/issues/609) to talk about new features for plugins.
The purpose is to accumulate all the people ideas, to get a good overview and to decide what to do exactly before we go wild into any changes.

Feel free to contribute.

You can answer here too if more convenient for you but that would be welcomed to do it on the Github page.

Arkshine 01-05-2019 05:45

Re: Let's talk about new features in plugins
 
Anything.

ghostofmybrain 01-05-2019 14:01

Re: Let's talk about new features in plugins
 
I would like 1.6 to have the UI functionality as CS:GO so I don't have to feel so disabled when I play 1.6. I don't know if that's something that can be done with an AMX plugin (or suite of plugins), but it would be really nice.

HamletEagle 01-05-2019 16:03

Re: Let's talk about new features in plugins
 
Quote:

Originally Posted by ghostofmybrain (Post 2633015)
I would like 1.6 to have the UI functionality as CS:GO so I don't have to feel so disabled when I play 1.6. I don't know if that's something that can be done with an AMX plugin (or suite of plugins), but it would be really nice.

Not possible.

E1_531G 01-06-2019 13:49

Re: Let's talk about new features in plugins
 
It's not about plugins but anyway.
I wonder if we can have an enhanced "switch" to work with strings.
Something like this:
PHP Code:

//global
new variable

//local
new Map[32]
get_mapname(Mapcharsmax(Map))

switch( 
Map )
{
    case 
"de_dust2"variable 1;
    case 
"de_inferno"variable 2;
    
//more cases here
    
default: server_print"Unknown map!" );



CrazY. 01-07-2019 14:35

Re: Let's talk about new features in plugins
 
No, your only choice is "if" and "else if".

OciXCrom 01-07-2019 14:43

Re: Let's talk about new features in plugins
 
Quote:

Originally Posted by CrazY. (Post 2633494)
No, your only choice is "if" and "else if".

He is submitting a request to make strings available to be used with "switch", not asking if he can do it.

CrazY. 01-07-2019 15:07

Re: Let's talk about new features in plugins
 
Oh, nevermind then.

<VeCo> 03-27-2019 11:27

Re: Let's talk about new features in plugins
 
https://forums.alliedmods.net/showpo...34&postcount=3

won't hurt if we have it in the default AMXX as well

DruGzOG 04-06-2019 00:16

Re: Let's talk about new features in plugins
 
If this thread is still active Arkshine, sql close connections or a timeout system that works with mysql, or anything else we use on these forums that uses an external database. Not sure why the current AMXX versions have this problem and what was lost in the older versions.


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

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