removed AMX_VERSION_STR
This commit is contained in:
@ -50,7 +50,7 @@ new g_motdFile[64]
|
||||
|
||||
public plugin_init()
|
||||
{
|
||||
register_plugin("Welcome Message",AMX_VERSION_STR,"AMXX Dev Team")
|
||||
register_plugin("Welcome Message","0.1","AMXX Dev Team")
|
||||
g_cstrikeRunning = is_running("cstrike")
|
||||
#if defined READ_FROM_FILE
|
||||
build_path( g_motdFile , 63 , "$basedir/conmotd.txt" )
|
||||
|
Reference in New Issue
Block a user