AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Problem with AMXMOD plugins in 2020 - Windows 10 (https://forums.alliedmods.net/showthread.php?t=322149)

buriyada 03-17-2020 15:08

Problem with AMXMOD plugins in 2020 - Windows 10
 
Hello guys!

Me and my friends thought in pass these hard days stucked at home playing CS 1.6 with the plugins I used to use! Its been years without playing or installing anything and the game that I always wanted similar to the plugins has been already released! (overwatch).

But now I wanted to install again everything and something is wrong with my PC. I think I've done everything right:

- Installed amx mod on my cs folder: counter strike 1.6/cstrike

- Downloaded for example the multijump plugin. I put the multijump.amxx in the plugins folder and the source inside scripting. Then I ass multijump.amxx at the end of the plugins.ini file inside configuration.

- When I go ingame I can make 1 more jump apart from the normal one, so it's working, but If I try to add more jumps it says "amx_maxjumps" is not a valid command or something like that. If I'm not wrong I think I should add on configuration/cvars.ini, what we want since the start. I add "amx_maxjumps" "3" and it still doesnt work. I keep with only 1 jump.

- On the same folder of that multijump, found another script, multijumps.amxx. Tried to install it and it doesnt even extra jump again. Ofc the command didnt work.

What am I doing wrong?

Things that works: amx_lang or something, amx_help, the admin I added on users.ini (I think, since I can check all amx_help command).

I have a Debian dedicated server but didnt find any complete guide for it so I finally opened it on my local Windows.

Napoleon_be 03-17-2020 18:16

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
Some plugins might not have a lot of cvars installed, especially older plugins. Post your code and i'll see what i can do to help you out resolving this problem. I remember looking at a multijump code where were no cvars.

HamletEagle 03-18-2020 02:11

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
am_cvar amx_maxjumps 3

buriyada 03-18-2020 11:04

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
Quote:

Originally Posted by HamletEagle (Post 2687426)
am_cvar amx_maxjumps 3

Code:

] am_cvar amx_maxjumps 3
Unknown command: am_cvar
] am_cvar
Unknown command: am_cvar
] amx_maxjumps 3
Unknown command: amx_ma

And it does one jump lol

EDIT:

Ah it was amx_cvar amx_maxjumps 3

WORKS!

Do you know how can I change the cvar to start the game like that always?

buriyada 03-18-2020 11:13

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
Quote:

Originally Posted by Napoleon_be (Post 2687379)
Some plugins might not have a lot of cvars installed, especially older plugins. Post your code and i'll see what i can do to help you out resolving this problem. I remember looking at a multijump code where were no cvars.

EDIT: IT WORKS WITH THE UPPER COMMAND:

amx_cvar amx_maxjumps 3

And why can't I change it in the cvar file?

Code:

"mp_timelimit"                "0" "30" "45"                "u"
"sv_password"                "" "mypw" "clanwar"        "u"
"pausable"                "0" "1"                        "u"
"sv_voiceenable"        "0" "1"                        "u"
"mp_chattime"                "0" "1" "3"                "u"
"mp_logmessages"        "0" "1"                        "u"
"amx_cvar amx_maxjumps" "3"                    "a"

I have it like this... But I have tried another ways and nothing

Now I ve installed Vampire, stealthassassin and ultimatesounds and only Vampire is working doing "amx_cvar...."

buriyada 03-18-2020 11:17

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
And guys let me ask you if you know any tutorial to install the cs server in debian 10... I have a dedicated server with this OS so it would be great to install it there since my friends say that sometimes area kinda laggy (dunno why cuz they dont pass 15 ms latency but...)

HamletEagle 03-18-2020 18:08

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
Put the cvars inside amxx.cfg

buriyada 03-27-2020 12:21

Re: Problem with AMXMOD plugins in 2020 - Windows 10
 
Quote:

Originally Posted by HamletEagle (Post 2687527)
Put the cvars inside amxx.cfg

Hello, it works. But idk why some plugins like admincheck, unlimited money or the stealthassassin dont work.

Im decided to open it in my Debian dedicated server. Do you know guys if there is any good guide for hosting it in Debian 10?


All times are GMT -4. The time now is 10:49.

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