How to do it correctly?
#1

Im trying to make a custom format,
Код:
stock format_ex(lang, str[], size, const text_eng, const text_heb, {Float,_}:...)
{
	switch(lang) {
	    case 1: format(str, size, text_heb, {Float,_}:...);
	    default: format(str, size, text_eng, {Float,_}:...);
	}
	return 1;
}
w/o success, hope you can help me to make it correctly
Reply


Messages In This Thread
How to do it correctly? - by roleplay501 - 20.06.2012, 17:17
Re: How to do it correctly? - by roleplay501 - 21.06.2012, 09:10
Re: How to do it correctly? - by nilanjay - 21.06.2012, 09:19
Re: How to do it correctly? - by Lorenc_ - 21.06.2012, 09:27
Re: How to do it correctly? - by roleplay501 - 21.06.2012, 20:52

Forum Jump:


Users browsing this thread: 1 Guest(s)