PDA

View Full Version : Bomb transfer message


Czarny Iwan
07-07-2007, 08:21
My and mine server language is english and I get thi message:
Bomb transferred to ^"%s^"^nsince ^"%s^" is AFK
which seems normal, but sometimes i get SMTH like this:
?????? ^"%s^"^nsince ^"%s^" is AFK
Whats wrong?

I'll attach screen soon.

bmann_420
07-08-2007, 01:36
That would strictly be language, kinda weird. But just go thru the message menu and select english, just to reaffirm to the server, then if it still does that, just take out the chinese in the .txt

amxmodmenu

Czarny Iwan
07-16-2007, 20:10
I've promised a screen, so here it is. My server language and mine is English. I've checked. It seems that plugin takes this message from [cn] language. Why?

bmann_420
07-17-2007, 05:20
I dunno but you can either take Chinese out or find out why. or both

I seriously dont know why it would do that

ConnorMcLeod
07-17-2007, 09:13
Maybe with changing line 655 :

format(message, 127, "%L", LANG_PLAYER, "AMX_SUPER_BOMB_TRANSFER", r_name, c_name)with

format(message, 127, "%L", id, "AMX_SUPER_BOMB_TRANSFER", r_name, c_name)as you are using a loop after to print the hudmessage :
for (new i = 0; i < num; ++i)
show_hudmessage(id[i], "%s", message)????????????