View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-17-2007 , 09:13   Re: Bomb transfer message
Reply With Quote #5

Maybe with changing line 655 :

PHP Code:
format(message127"%L"LANG_PLAYER"AMX_SUPER_BOMB_TRANSFER"r_namec_name
with

PHP Code:
format(message127"%L"id"AMX_SUPER_BOMB_TRANSFER"r_namec_name
as you are using a loop after to print the hudmessage :
PHP Code:
for (new 0num; ++i)
        
show_hudmessage(id[i], "%s"message
????????????
ConnorMcLeod is offline