mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 14:18:06 +03:00
Update scrollmsg.sma
This commit is contained in:
parent
0bfc67b744
commit
f22a7d0821
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user