granQ 293 Posted May 29, 2003 Searched but didn't found so here we go. Share this post Link to post Share on other sites
toadlife 3 Posted May 29, 2003 Hey GranQ, are you reffering to a stringtable so you can support multiple languages in your addons? I think you just make a little stringtable file... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> "Language","English","French",.... "GRQ_A_RAISE","Raise Goggles","Vetri Di Aumento",...... ..and then reference your string in your addons like so... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Myaddon : Default { nameofsomeactioninmyaddon="$GRQ_A_RAISE"; }; Share this post Link to post Share on other sites
granQ 293 Posted May 29, 2003 yes and that what i did.. Must be something wrong then. Share this post Link to post Share on other sites
toadlife 3 Posted May 29, 2003 I'm not an addon maker but I allways use stringtables in missions - perhaps someone who actually knows a bit can help you out. Share this post Link to post Share on other sites