Can You Scripting Experts Help Me Get This To Work
hudson82
Join Date: 2003-02-24 Member: 13950Members
Hey i know nothing about scripting and got a hold of a conmsg.sma file that adminmod cant compile can someone take a look at it and fix it.
Thanks
Thanks
Comments
*update*
Ok here's what I did.
I edited the sank plugin congreet.txt and uploaded it to the server.
I uploaded the plugin to the adminmod scripts directory.
I add the line:
addons/adminmod/scripts/plugin_sank_consgreet.amx
into the plugin.ini
I re started the server with rcon quit (and rcon restart, tried changing maps)
I get an error that says something about changing file access and to stop playing with myself.
I would like a consgreet but this things is making me nuts.
I do not have access to the machine to compile the .sma. This is a windows server.
// access to files
// (0=disabled, 1=enabled)
file_access_read 0
// If enabled, the scripting file functions have write
// access to files
// (0=disabled, 1=enabled)
file_access_write 0
Find that section in your adminmod.cfg, Since you didnt specify which error you actually got. Try setting both of these values to 1. This should clear up the file access part of the problem...