AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   Bomb transfer message (https://forums.alliedmods.net/showthread.php?t=57574)

Czarny Iwan 07-07-2007 08:21

Bomb transfer message
 
My and mine server language is english and I get thi message:
Code:

Bomb transferred to ^"%s^"^nsince ^"%s^" is AFK
which seems normal, but sometimes i get SMTH like this:
Code:

?????? ^"%s^"^nsince ^"%s^" is AFK
Whats wrong?

I'll attach screen soon.

bmann_420 07-08-2007 01:36

Re: Bomb transfer message
 
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

Re: Bomb transfer message
 
1 Attachment(s)
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

Re: Bomb transfer message
 
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

Re: Bomb transfer message
 
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

????????????


All times are GMT -4. The time now is 05:13.

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