Difference between revisions of "User talk:Devicenull"

From AlliedModders Wiki
Jump to: navigation, search
(New page: == Standard Zip format == Any plugins requiring supporting files would need to upload a zip file containing them. This zip file should be based on the sourcemod directory, so that if you ...)
 
Line 3: Line 3:
  
 
Example:
 
Example:
<blockquote>
+
<pre>
 
configs/admin_myadmin.cfg
 
configs/admin_myadmin.cfg
 
gamedata/obscuregame.gamedata.txt
 
gamedata/obscuregame.gamedata.txt
 
translations/myplugin/phrases.txt
 
translations/myplugin/phrases.txt
</blockquote>
+
</pre>
  
 
This zip file should be named the same as your plugins name (IE, if your compiled plugin is "adminfly.smx", this file should be "adminfly.zip")
 
This zip file should be named the same as your plugins name (IE, if your compiled plugin is "adminfly.smx", this file should be "adminfly.zip")

Revision as of 15:09, 24 February 2009

Standard Zip format

Any plugins requiring supporting files would need to upload a zip file containing them. This zip file should be based on the sourcemod directory, so that if you were to extract it to the sourcemod directory on the server, everything would go to the correct place.

Example:

configs/admin_myadmin.cfg
gamedata/obscuregame.gamedata.txt
translations/myplugin/phrases.txt

This zip file should be named the same as your plugins name (IE, if your compiled plugin is "adminfly.smx", this file should be "adminfly.zip")