User talk:Devicenull

From AlliedModders Wiki
Revision as of 15:08, 24 February 2009 by 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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")