View Single Post
Knagg0
SourceMod Donor
Join Date: Dec 2005
Location: Germany
Old 06-08-2007 , 12:25   Re: [PLUGIN] SourceForts - Roundsleft
Reply With Quote #2

Code:
/**
 * Called when the map is loaded.
 *
 * @note This used to be OnServerLoad(), which is now deprecated.
 * Plugins still using the old forward will work.
 */
forward OnMapStart();

/**
 * Called right before a map ends.
 */
forward OnMapEnd();
__________________

MFZB Gaming Community

[ www.mfzb.de ]

Knagg0 is offline