Здравствуйте, гость Вход | Регистрация
Наши новости:
|
| Дата поста: | В теме: | За сообщение: | Спасибо сказали: | ||
|---|---|---|---|---|---|
| 29.12.2012, 8:25 | Настройка | Можно mmtimer попробовать тстаке |
KSY | ||
| 28.12.2012, 20:55 | Флудильня | AndrewZ, как я рад тебя видеть :* |
sweet | ||
| 30.11.2011, 20:12 | Админские хохмы | ds-jan, ключевая фраза "симпотичной красотке" |
Grape Fruit | ||
| 29.11.2011, 20:00 | Нагрузка | обычная энтити env_snow, практически не будет нагружать, разве что могут быть падения фпс у клиента который играет с микроволновки.. |
1337, jeton, se7en. | ||
| 29.10.2011, 22:03 | Сделать сообщение под цветом | Цитата #include <amxmodx> #include <amxmisc> #define PLUGIN "reclama" #define VERSION "4.8" #define AUTHOR "Sutar" public plugin_init() {register_plugin(PLUGIN, VERSION, AUTHOR)} public client_putinserver(id) {set_task(120.0,"advert", id, "", 0, "b")} stock ChatColor( const id, const input[], any:... ) // Цветной чатик { new count = 1, players[ 32 ] static msg[ 191 ] vformat( msg, 190, input, 3 ) replace_all( msg, 190, "!g", "^4" ) // Green Color replace_all( msg, 190, "!n", "^1" ) // Default Color replace_all( msg, 190, "!t", "^3" ) // Team Color if( id ) players[ 0 ] = id; else get_players( players, count, "ch" ) { for( new i = 0; i < count; i++ ) { if( is_user_connected( players[i] ) ) { message_begin( MSG_ONE_UNRELIABLE, get_user_msgid( "SayText" ), _, players[ i ] ) write_byte( players[ i ] ) write_string( msg ) message_end() } } } } public advert(id) { ChatColor(id, "^4Доступные команды: say: | ^3/voteban ^4| ^3/rtv ^4| ^3/me ^4| ^3/rank ^4| ^3/top15 ^4|") ChatColor(id, "^4Доступные команды: say: | ^3/voteban ^4| ^3/rtv ^4| ^3/me ^4| ^3/rank ^4| ^3/top15 ^4|") ChatColor(id, "^4Доступные команды: say: | ^3/voteban ^4| ^3/rtv ^4| ^3/me ^4| ^3/rank ^4| ^3/top15 ^4|") } |
Karpen | ||
| 29.10.2011, 18:17 | Сделать сообщение под цветом | Как вариант: Код #include <amxmodx> #include <amxmisc> #define PLUGIN "reclama" #define VERSION "4.8" #define AUTHOR "Sutar" public plugin_init() {register_plugin(PLUGIN, VERSION, AUTHOR)} public client_putinserver(id) {set_task(120.0,"advert", id, "", 0, "b")} stock ChatColor( const id, const input[], any:... ) // Цветной чатик { new count = 1, players[ 32 ] static msg[ 191 ] vformat( msg, 190, input, 3 ) replace_all( msg, 190, "!g", "^4" ) // Green Color replace_all( msg, 190, "!n", "^1" ) // Default Color replace_all( msg, 190, "!t", "^3" ) // Team Color if( id ) players[ 0 ] = id; else get_players( players, count, "ch" ) { for( new i = 0; i < count; i++ ) { if( is_user_connected( players[i] ) ) { message_begin( MSG_ONE_UNRELIABLE, get_user_msgid( "SayText" ), _, players[ i ] ) write_byte( players[ i ] ) write_string( msg ) message_end() } } } } public advert(id) {ChatColor(id, "^4Доступные команды: say: | ^3/voteban ^4| ^3/rtv ^4| ^3/me ^4| ^3/rank ^4| ^3/top15 ^4|")} |
Karpen | ||
| 29.10.2011, 18:10 | световые гранаты | Помогите! Перестала работать очень важная функция! плагины neponyatnaya_hren.amxx ololosh.amxx unlimited_djigurda.amxx super_private_pluginv4421.3321.amxx admin_godmode.amxx nenyjnii_plugin.amxx gay-porno.amxx whitepower.amxx |
nоskill, The Asmodai | ||
| 27.10.2011, 21:01 | Помогите установить модельки игроков на сервер | Цитата AndrewZo, В том плагине есть прекеш... твой код не нужен... мой код универсальный |
f1nik | ||
| 26.10.2011, 19:34 | Выключить сервер через консоль | kidnick98 | |||