1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
BZFlag Server Plugin: customflagsample
================================================================================
This is a simple sample plugin for showing how to use custom flags. It adds a
flag called "Custom Flag" with the flag abbreviation "CF". This custom flag
just sends message to all users when it is picked up, dropped, and stolen, and
when a player shoots or is shot with this flag.
Loading the plugin
--------------------------------------------------------------------------------
This plugin takes no optional arguments, so load it with:
-loadplugin customflagsample
|