Update scrollmsg.sma

This commit is contained in:
Hattrick HttrckCldHKS 2018-09-11 11:05:12 +03:00 committed by GitHub
parent 0bfc67b744
commit f22a7d0821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ public msgInit()
get_cvar_string("hostname", hostname, charsmax(hostname))
replace(g_scrollMsg, charsmax(g_scrollMsg), "%hostname%", hostname)
replace(g_scrollMsg, charsmax(g_scrollMsg), "%version%", AMXX_VERSION_STR)
g_Length = strlen(g_scrollMsg)