Code:
public welcome_menu(id)
{
new menubody[512] = "\y[CFM] \rCONFUSING FUN MOD \wv2.0^n^n";
new len = strlen(menubody);
len += formatex(menubody[len], charsmax(menubody) - len, "%L - %L^n", LANG_PLAYER, "m_SWAP_WEAPONS", LANG_PLAYER, g_Settings[SWAP_WEAPONS] ? "m_ENABLED", "m_DISABLED");
show_menu(id, keys, menubody, -1, "welcome_menu");
}
Code:
m_SWAP_WEAPONS = \wSwapping Weapons
m_ENABLED = \yEnabled
m_DISABLED = \rDisabled
__________________