Skip to content

Commit

Permalink
Updated the installers/Addons_zz_info.bbcode version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Feb 2, 2017
1 parent faa2d60 commit c3b4ec0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 deletions.
12 changes: 8 additions & 4 deletions installers/Addons_zz_info.bbcode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[SIZE="7"][COLOR="Blue"][B]Addons zz's Multi-Mod Plugin v1.0-alpha2[/B][/COLOR][/SIZE]
[B]Release: 10.10.2015 | Last Update: 28.03.2016[/B]
[SIZE="7"][COLOR="Blue"][B]Addons zz's Multi-Mod Plugin v2.0[/B][/COLOR][/SIZE]
[B]Release: 10.10.2015 | Last Update: 02.02.2017[/B]


[anchor]Top[/anchor][SIZE="6"][COLOR="blue"][B]Contents' Table[/B][/COLOR][/SIZE]
Expand Down Expand Up @@ -152,6 +152,9 @@ run "[B]compile.exe[/B]" (windows) or [B]compile.sh[/B] (linux/mac).
******************************** [anchor]Change[/anchor][B][SIZE="6"][COLOR="blue"]Change Log[/COLOR][/SIZE][/B] [goanchor=Top]Go Top[/goanchor] ***********************

[HTML]
2017-02-02 | v2.0
* Few bug fixes and updated Galileo to its latest versoin.

2016-03-28 | v1.0-alpha2
* Installed the new MOD TTT, Trouble in Terrorist Town.
* Updated the Galileo, DragonBall Mod and Multi-Mod Manager to its latest version.
Expand Down Expand Up @@ -205,8 +208,9 @@ Download[/goanchor] [B][COLOR="Red"]below[/B][/COLOR].

[URL="https://github.com/addonszz/Multi-Mod_Plugin/releases"] https://github.com/addonszz/Multi-Mod_Plugin/releases[/URL]
[CODE]
v1.0-alpha1.hotfix4: Multi-Mod_Server-master.zip (2.82 MB, 76 views)
v1.0-alpha1.hotfix3: Multi-Mod_Plugin-master.zip (2.82 MB, 43 views)
v1.0-alpha1.hotfix4: Multi-Mod_Server-master.zip (2.82 MB, 76 views)
v1.0-alpha1.hotfix3: Multi-Mod_Plugin-master.zip (2.82 MB, 43 views)
v1.0-alpha2 : Multi-Mod_Plugin-master.zip (3.23 MB, 134 views)
[/CODE]

[anchor]LatestRelease[/anchor][SIZE="7"][B][COLOR="Blue"]Latest Release Download[/COLOR][/B][/SIZE]: [goanchor=Top]Go to top[/goanchor]
Expand Down
14 changes: 9 additions & 5 deletions plugins/README.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
See its description at AlliedModders' Forum
=============================
# See its description at AlliedModders' Forum



Addons zz's Multi-Mod Server
https://forums.alliedmods.net/showthread.php?t=273018

This project use/try to follow the gitflow: http://nvie.com/posts/a-successful-git-branching-model/

###The gitflow do not merge/commit things to master branch, it is done to the 'develop' branch.
To contribute, fork this project and checkout to the 'develop' branch to proceed with your updates. The master branch is updated over an new plugin official release, while the 'develop' branch receives/stores all the updates which are waiting to be released on the next version. The updates to the 'develop' branch are usually done by merging into it, feature branches. Such approaches are well explained on gitflow tutorials, as the one just above.

### Current version: 2.0




4 changes: 2 additions & 2 deletions plugins/addons/amxmodx/data/lang/multimodhelp.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[en]
TYPE_ADDONS_CONTATO = This server uses [ Addons zz's Multi-Mod Server v1.0-alpha2 ] -- Download at: www.addons.zz.mu
TYPE_ADDONS_CONTATO = This server uses [ Addons zz's Multi-Mod Server v2.0 ] -- Download at: www.addons.zz.mu
TYPE_HELP_MULTIMOD = To view the Player controls like buying bazooka, ..., type ( say /commands ) in console.

[bp]
TYPE_ADDONS_CONTATO = Este server utiliza [ Addons zz's Multi-Mod Server v1.0-alpha2 ] -- Download em: www.addons.zz.mu
TYPE_ADDONS_CONTATO = Este server utiliza [ Addons zz's Multi-Mod Server v2.0 ] -- Download em: www.addons.zz.mu
TYPE_HELP_MULTIMOD = Para visualizar os comandos, tais como comprar bazooka, ..., digite ( say /commands ) no console.
30 changes: 15 additions & 15 deletions plugins/addons/amxmodx/scripting/addons_zz_info.sma
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
Expand All @@ -19,7 +19,7 @@
#include <amxmisc>

#define PLUGIN "Addons zz Info"
#define VERSION "1.0-alpha2"
#define VERSION "2.0"
#define AUTHOR "Addons zz"

#define LONG_STRING 256
Expand All @@ -29,24 +29,24 @@ new gp_allowedzz

/*
* Called just after server activation.
*
*
* Good place to initialize most of the plugin, such as registering
* cvars, commands or forwards, creating data structures for later use, or
* generating and loading other required configurations.
*/
public plugin_init()
{
register_plugin( PLUGIN, VERSION, AUTHOR )
{
register_plugin( PLUGIN, VERSION, AUTHOR )

register_dictionary( "multimodhelp.txt" )
register_cvar("MultiModServer", VERSION, FCVAR_SERVER|FCVAR_SPONLY)
register_dictionary( "multimodhelp.txt" )
register_cvar("MultiModServer", VERSION, FCVAR_SERVER|FCVAR_SPONLY)

gp_allowedzz = register_cvar("amx_allow_zz_info", "1")
gp_allowedzz = register_cvar("amx_allow_zz_info", "1")
}

/*
* Called when all plugins went through plugin_init().
*
*
* When this forward is called, most plugins should have registered their
* cvars and commands already.
*/
Expand All @@ -58,29 +58,29 @@ public plugin_cfg()
}

public plugin_precache()
{
{
precache_sound( "ambience/ratchant.wav" );
precache_sound( "misc/snore.wav" );
}

public client_putinserver( id )
{
{
if ( is_user_bot( id ) )
{
{
return
}
if( get_pcvar_num( gp_allowedzz ) )
{
{
set_task( 50.1, "dispInfo", id )
}
}

public dispInfo( id )
{
{
client_print( id, print_chat, "%L", id, "TYPE_ADDONS_CONTATO" )
}

public client_disconnect( id )
{
{
remove_task (id)
}

0 comments on commit c3b4ec0

Please sign in to comment.