drfreeze123 / amxx-plugin-galileo

Automatically exported from code.google.com/p/amxx-plugin-galileo
0 stars 0 forks source link

cfg example for file path is wrong #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

   The first slash in the file reference must be removed for REV 104.

What is the expected output? What do you see instead?
  For example, the following will NOT work:
    gal_nom_mapfile /addons/amxmodx/configs/galileo/map-vote-noms.ini

  With the above CVAR, typing 'listmaps' in console yields:
    "There are no maps available to be nominated"

  Now remove the first slash in cfg file:
    gal_nom_mapfile addons/amxmodx/configs/galileo/map-vote-noms.ini

  Then reload the map and listmaps will now work. This same problem   exist for all 3 path/file references in the cfg file.  Either update the documentation in the comment or allow the intial slash.

What version of the product are you using? On what operating system?
   REV 105 for cfg, REV 104 of sma; Windows 7; mod TFC

Please provide any additional information below.

  Note I did not have this problem with the released version 1.1.290.  

  Also, this may be related to some problems people have mentioned in the AMXMODX forum: 
http://forums.alliedmods.net/showpost.php?p=1452578&postcount=1106

Original issue reported on code.google.com by robbin...@yahoo.com on 23 Apr 2011 at 11:39

GoogleCodeExporter commented 9 years ago
Thanks for finding this. The examples given in the CFG file were incorrect. 
This will be resolved in the next revision.

Original comment by jones.p....@gmail.com on 15 Jun 2012 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by jones.p....@gmail.com on 15 Jun 2012 at 3:13