Raised This Month: $51 Target: $400
 12% 

[little bug] mapsmenu missing translation


  
 
 
Thread Tools Display Modes
Author Message
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 09-20-2006 , 03:49   [little bug] mapsmenu missing translation
#1

Long time I haven't posted any bug - I just haven't had time to test it more carefully. That little bug I found it's also in AMX X 1.75, 1.71 (not sure how about before). The bug is concerning to just missing translation function in mapsmenu.
Code:
public actionVoteMapMenu(id, key) {     switch (key)     {         case 7:         {                 (...)             if (g_voteSelectedNum[id] > 1)             {                 len = format(menuBody, 511, g_coloredMenus ? "\y%L^n\w^n" : "%L^n^n", id, "WHICH_MAP")                                 for (new c = 0; c < g_voteSelectedNum[id]; ++c)                 {                     len += format(menuBody[len], 511, "%d. %s^n", c + 1, g_mapName[g_voteSelected[id][c]])                     keys |= (1<<c)                 }                                 keys |= (1<<8)                 len += format(menuBody[len], 511, "^n9. None^n") // <- KWo here is missing the translation !!!             } else {

The line should look something like this:
Code:
len += format(menuBody[len], 511, "^n9. %L^n", "NONE")
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
BAILOPAN
Join Date: Jan 2004
Old 09-21-2006 , 13:01   Re: [little bug] mapsmenu missing translation
#2

Thanks for the report. This is fixed as revision 3091.
__________________
egg
BAILOPAN is offline
 



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 05:47.


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