mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-13 23:38:07 +03:00
Allow [i|scroll]message to include AMX Mod X vers.
Allow [i|scroll]message to include AMX Mod X version as well.
This commit is contained in:
parent
b1b053c205
commit
0bfc67b744
@ -62,6 +62,7 @@ public infoMessage()
|
||||
|
||||
get_cvar_string("hostname", hostname, charsmax(hostname));
|
||||
replace(Message, charsmax(Message), "%hostname%", hostname);
|
||||
replace(Message, charsmax(Message), "%version%", AMXX_VERSION_STR);
|
||||
|
||||
set_hudmessage(values[0], values[1], values[2], X_POS, Y_POS, 0, 0.5, HOLD_TIME, 2.0, 2.0, -1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user