Difference between revisions of "User talk:Devicenull"
Devicenull (talk | contribs) (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 ...) |
Devicenull (talk | contribs) |
||
Line 3: | Line 3: | ||
Example: | Example: | ||
− | < | + | <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 | ||
− | </ | + | </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 14: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")