PDA

View Full Version : Cvar help


Sash
02-14-2007, 07:29 PM
OK, so i have a few plugins on my server, but it seems that all of the plugins that require cvar's to be activated dont work. Its almost like my server is ignoring my cvar's in my amxx.cfg file.

Heres the last lines for the custom plugins in my amxx.cfg file:

dod_map_settings 1
dod_map_axisparas 1
dod_classmenu_enabled 1
dod_classmenu_quickchange 1
dod_classmenu_allowpara 1
dod_pistolammo 1


now, all the plugins are correctly installed in the plugins folder and activated in the plugins.ini file. However, only the classmenu plugin works. The rest do not. All plugins that dont require Cvar's (with exception to classmenu) work perfectly, but whenever i try to add a cvar, its ignored.

Any help would be great, thanks.

Wilson [29th ID]
02-15-2007, 12:57 AM
after a map loads, type amx_cvar dod_pistolammo in console with no number at the end. Same thing with the other cvars that aren't working.

It will echo the current setting - is it 0 for them?