Thread: AMX_Super 3.0
View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-02-2008 , 10:21   Re: AMX_Super 3.0
Reply With Quote #39

Try to change

PHP Code:
    format(message127"%L"LANG_PLAYER"AMX_SUPER_BOMB_TRANSFER"r_namec_name)
    for (new 
0num; ++i)
        
show_hudmessage(id[i], "%s"message
to

PHP Code:
    for (new 0num; ++i)
    {
        
id[i]
        
formatex(message127"%L"x"AMX_SUPER_BOMB_TRANSFER"r_namec_name)
        
show_hudmessage(x"%s"message)
    } 

P.S.: sorry to post this in the translation thread :$
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 02-02-2008 at 10:27.
ConnorMcLeod is offline