Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Dec 25, 2015
1 parent 3efddfc commit e38b57f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AMXx-Sound-connect-announce
AMXx Sound connect announce
===========================

Fork of Sound connect announce plugin
Fork of Sound connect announce plugin.
Fixed some sounds and source code.
3 changes: 2 additions & 1 deletion amxmodx/scripting/sound_connect_announce.sma
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Special thaks to:
Burton - for testing
radko412 - for testing
hateYou - for new order of the code
EpicMorg Team - fixes
*/

#include <amxmodx>
Expand All @@ -28,7 +29,7 @@ public plugin_precache()
public plugin_init()
{
register_plugin("Sound connect announce", "1.1.1", "papyrus_kn, EpicMorg")
register_cvar("sca_version", "1.1", FCVAR_SERVER|FCVAR_SPONLY)
register_cvar("sca_version", "1.1.1", FCVAR_SERVER|FCVAR_SPONLY)
}

public client_putinserver(id)
Expand Down

0 comments on commit e38b57f

Please sign in to comment.