AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Need Help Amx Prob (https://forums.alliedmods.net/showthread.php?t=44599)

$ouL-T4K3R 09-09-2006 10:10

Need Help Amx Prob
 
Ok i finally download the amx 1.75 a installer package and bots also work with them

But now the problem i have is that there is no special fx or sounds or ne thing

Its jus like simple counter strike

I installed various plugins and source for different stuff for things

Lets say headshot reward

first i download the source of the headshot and pasted in the folder of SCRIPTING and then i COMPILED IT

but its still not working when i type that command in console it says unknown

i dont see any welcome msg no sound of first blood or ne thing its jus like simple counter strike 1.6

Can ne 1 plz tell me whats the prob ?

Silver Dragon 09-09-2006 14:44

Re: Need Help Amx Prob
 
All you got to do is install the Counter-Strike addon, and type amx_statscfgmenu in console, Then you enable the sounds there.

$ouL-T4K3R 09-10-2006 01:47

Re: Need Help Amx Prob
 
Ok well this is for the sounds

but what about like the text and all that

Like first blood and about victims and health

text sayin 1ct vs 1 t , hes planting the bomb and stuff like that

Dont even see that workin

Does this have to do ne thing with the amx installer 1.75 i mean does this have to be installed in cs file

I no cs addon is installed in cstrike directory but wot bout amx folder the base folder i mean

s p l i t 09-10-2006 02:07

Re: Need Help Amx Prob
 
Text needs to be enabled the same way. Type amx_statscfgmenu in console and enable the features/options that you desire.

$ouL-T4K3R 09-10-2006 07:12

Re: Need Help Amx Prob
 
Thanks u both for this '

But i still cant see the special effect n stuff

Like it said First Kill , First Blood , Ultrra Kill , Multi Kill , Dominating , etc i want to see these kinda text but i dont see it

AND another thing i wanted to ask was that

For example i got a plugin for lasersight , i saved the plugin into the plugins folder then i downloaded the source into the scriptin folder and compiled it , but its still not working

Can ne 1 also tell me whats the reason behind it ?
And tell me how to get that sound + multikill text and welcome msg etc

Silver Dragon 09-10-2006 08:22

Re: Need Help Amx Prob
 
For the plugin 'lasersight', look in your logs for errors.

AMXX has built in sounds, all you got to do is enable them, or turn them on, and save them.

amx_statscfgmenu

$ouL-T4K3R 09-12-2006 06:03

Re: Need Help Amx Prob
 
Ok i got em working THANKS FOR YALL HELP

But now what i want to know is

Q) If i want laserlight , like it shows straight lines while shooting
what do i need to do .

----------------------------------------------------------
WHAT HAVE I DONE :
I have saved laserlight plugin in the plugins folder but i still DIDNOT see it
Do i have to enable this laser also through the amx_statscfgmenu ?

Dr Nick^ 09-12-2006 06:25

Re: Need Help Amx Prob
 
cleared

$ouL-T4K3R 09-12-2006 10:51

Re: Need Help Amx Prob
 
Well i have tried everything its still not working

First i downloaded the plugin into the plugin folder then i also installed the source into the scripting folder and compiled it

when i typed amx_statscfgmenu i did not see the option of laserlight or whatever

So what shud i do now ?

jRaven 09-12-2006 12:43

Re: Need Help Amx Prob
 
To install an AMXX plugin (assuming lasersight is AMXX not metamod plugin) do what you did before... save the source (.sma file) into addons/amxmodx/scripting/ and compile.

Compiled .amxx plugins will be in the scripting/compiled/ folder, and you need to move or copy them to addons/amxmodx/plugins/. Then make sure the plugin is listed in addons/amxmodx/configs/plugins.ini on it's own line with the filename of the .amxx compiled plugin.

You can check if your plugin loaded successfully with either:
Server console...
Code:

amxx plugins
Client (w/ADMIN_RCON) console?...:
Code:

amx_plugins
Or if that fails... one of these two:
amx_showrcon amxx plugins
amx_showrcon "amxx plugins"



All times are GMT -4. The time now is 09:29.

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