Can You Scripting Experts Help Me Get This To Work

hudson82hudson82 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

Comments

  • RoobubbaRoobubba Who you gonna call? Join Date: 2003-01-06 Member: 11930Members, Reinforced - Shadow, WC 2013 - Shadow
    in this vein, does anyone have a consgreet that definitely works under win32/AM? I could use one. PM meh plz <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • BrutusBrutus Join Date: 2002-10-20 Member: 1555Members
    the sank congreet works under windows.
  • wendigowendigo Join Date: 2002-11-13 Member: 8371Members
    edited March 2003
    I tried that and kept getting and error message about not playing with myself. For some reason it doesnt work right. Any ideas?

    *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.
  • MayhemMayhem Join Date: 2002-11-28 Member: 10128Members
    // If enabled, the scripting file functions have read
    // 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...
Sign In or Register to comment.