AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Translation Request (https://forums.alliedmods.net/forumdisplay.php?f=25)
-   -   [RU] -> [EN] (https://forums.alliedmods.net/showthread.php?t=208118)

Erdener 02-10-2013 06:22

[RU] -> [EN]
 
PHP Code:

show_hudmessage(target_id,"Вам сделано предупреждение^n за Блокерство ^nВ следующий раз будет бан"

PHP Code:

show_hudmessage(target_id,"Вам сделано предупреждение за мат в чате! ^nВ следующий раз вы будете забанены."

PHP Code:

show_hudmessage(target_id,"Вам сделано предупреждение! ^nРеклама серверов на сервере запрещена"

PHP Code:

show_hudmessage(target_id,"Админ %s^nсделал вам подарок в %i аммо паков"adnamestr_to_num(count)) 

PHP Code:

show_hudmessage(target_id,"Наш сайт example.org! ^nАвтор этого плагина: Re.Act!ve"


GordonFreeman (RU) 02-10-2013 08:27

Re: [RU] -> [EN]
 
Code:
show_hudmessage(target_id,"You are got warned^n for Blocking^nBlocking will leading to ban")
Code:
show_hudmessage(target_id,"You are got warned for swearing! ^nKeep your mouth clear or you got banned.")
Code:
show_hudmessage(target_id,"You are got warned! ^nФdvertising is prohibited!")
Code:
show_hudmessage(target_id,"Admin %s^ngave present for you. Recived %i ammo packets", adname, str_to_num(count))
Code:
show_hudmessage(target_id,"Our site is example.org! ^nPlugin by: Re.Act!ve")

Erdener 02-11-2013 04:18

Re: [RU] -> [EN]
 
Thnx :)


All times are GMT -4. The time now is 01:12.

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