Raised This Month: $ Target: $400
 0% 

[SOLVED]menu multi lang. problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 02-05-2010 , 23:53   Re: menu multi lang. problem
Reply With Quote #4

Quote:
Originally Posted by fysiks View Post
Remove them and see if it helps. It's called debugging.
You should have seen this...


@ One: when using ML formatting, you need to include an id for the language. Before the ML key ("MENU_1") you can either specify a player id or LANG_SERVER. (for some other natives you can use LANG_PLAYER, eg. client_print)

So your code should either be:
Code:
new len = formatex(menuText,511,"%L",LANG_SERVER,"MENU_1")
or:
Code:
new len = formatex(menuText,511,"%L",id,"MENU_1")
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode