This commit is contained in:
STAM 2015-12-25 15:32:45 +03:00
parent 3efddfc540
commit e38b57f5f3
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

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