Thread: [Solved] % char in menu
View Single Post
Author Message
marcelowzd
Senior Member
Join Date: Feb 2011
Location: São Paulo, Brazil
Old 09-16-2018 , 10:39   % char in menu
Reply With Quote #1

I know It'll sound as a stupid question but How can i show the % character in a menu? I Tried escaping It with ^% or Just passing % directly and didn't work

menu_additem( hMenu, "test %", "", 0 );
menu_additem( hMenu, "test ^%", "", 0 );
__________________

Last edited by marcelowzd; 09-16-2018 at 12:54.
marcelowzd is offline