mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-12 12:40:09 +03:00
Add AutoExecConfig?
This commit is contained in:
parent
2e2aa7b873
commit
6531fb05e9
@ -58,6 +58,7 @@ public plugin_init()
|
|||||||
bind_pcvar_float(create_cvar( "amx_scrollmsg_y_pos", "0.9", _, "The Y position of the message", true, -1.0, true, 1.0), g_amx_scrollmsg_y_pos);
|
bind_pcvar_float(create_cvar( "amx_scrollmsg_y_pos", "0.9", _, "The Y position of the message", true, -1.0, true, 1.0), g_amx_scrollmsg_y_pos);
|
||||||
|
|
||||||
g_hud_object = CreateHudSyncObj();
|
g_hud_object = CreateHudSyncObj();
|
||||||
|
AutoExecConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
public showMsg()
|
public showMsg()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user