Главная | Регистрация | Вход Приветствую Вас Гость | RSS


Новые сообщения · Правила форума · Поиск]
  • Страница 3 из 4
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Csfull.Forum » Плагины для AMXX » Admin comands » Shot Administration (admin cможет управлять пулями игрока когда тот стреляет)
Shot Administration
-{:Gu$TaVS:}-Дата: Суббота, 2008-02-23, 12:56 PM | Сообщение # 31
Группа: Удаленные





там где модули!!!
Code


;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                    ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
 
Alex@Дата: Суббота, 2008-02-23, 7:54 PM | Сообщение # 32
Группа: Удаленные





а.... после всех этих??
fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
????
 
-{:Gu$TaVS:}-Дата: Суббота, 2008-02-23, 8:02 PM | Сообщение # 33
Группа: Удаленные





Quote (Alex@)
а.... после всех этих?? fun engine fakemeta ;geoip ;sockets ;regex ;nvault cstrike ????

пустота
*/**************\*
просто
fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike -- и вот этот должен быть
 
Alex@Дата: Суббота, 2008-02-23, 8:05 PM | Сообщение # 34
Группа: Удаленные





вот как у меня

Добавлено (2008-02-23, 8:05 Pm)
---------------------------------------------
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
war3ft
cstrike_amxx.dll -- вот так?

 
-{:Gu$TaVS:}-Дата: Суббота, 2008-02-23, 8:12 PM | Сообщение # 35
Группа: Удаленные





нет во тон у тебя
fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
war3ft

и он должен быть и в модулях в папке modules(cstrike_amxx.dll)

 
Alex@Дата: Суббота, 2008-02-23, 8:15 PM | Сообщение # 36
Группа: Удаленные





странно... у меня есть модуль
в папке modules есть cstrike_amxx.dll.
интересно , в чём же тогда проблема?
 
-{:Gu$TaVS:}-Дата: Суббота, 2008-02-23, 8:18 PM | Сообщение # 37
Группа: Удаленные





Quote (Alex@)
странно... у меня есть модуль в папке modules есть cstrike_amxx.dll. интересно , в чём же тогда проблема?

попробуй поставить всё с 0
тобиш чистый amxmodx-installer-1.76d а потом с верху воткни модуль и сам плагин!!!
Quote
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
shotadmin.amxx

 
Alex@Дата: Воскресенье, 2008-02-24, 2:29 PM | Сообщение # 38
Группа: Удаленные





установил..
не как sad cry
 
-{:Gu$TaVS:}-Дата: Воскресенье, 2008-02-24, 2:36 PM | Сообщение # 39
Группа: Удаленные





сноси всё на фиг и устанавливай заново у меня даже на работе на ноуте норм идёт и всё работает!!! biggrin
 
itsДата: Среда, 2008-03-12, 11:34 AM | Сообщение # 40
Группа: Удаленные





уменя вылетает почемуто (( кода жму Exit
 
PnXДата: Воскресенье, 2008-03-23, 10:06 PM | Сообщение # 41
Группа: Удаленные





vse pa6et
 
dead-netДата: Воскресенье, 2008-08-03, 6:26 PM | Сообщение # 42
Сержант
Группа: CS - Banned
Сообщений: 30
Спасибо сказали: 0
Статус: Offline
а проверю

<<D@rk>>
 
DukainДата: Суббота, 2008-09-27, 8:59 PM | Сообщение # 43
Сержант
Группа: CS - L «Пользователь»
Сообщений: 25
Спасибо сказали: 0
Статус: Offline
всё есть всё стоит команды показывает табличка есть
а эффекта от этого всего нету
 
STIMULДата: Суббота, 2008-10-11, 7:58 PM | Сообщение # 44
Новичёк
Группа: CS - L «Пользователь»
Сообщений: 3
Спасибо сказали: 0
Статус: Offline
Admin зфмути готовыи Плагин плизззззззззззз
а то я в етом неочень))

Добавлено (2008-10-11, 7:58 Pm)
---------------------------------------------
[color=red]plzzzzzzzzzzzzzzz
или скинь мну етот плаги готовый [font=Arial]

 
22041988Дата: Четверг, 2008-12-18, 11:14 AM | Сообщение # 45
Сержант
Группа: CS - L «Пользователь»
Сообщений: 24
Спасибо сказали: 0
Статус: Offline
Парни а чё на 181 амхх он небудет работать да ???

22041988
 
Csfull.Forum » Плагины для AMXX » Admin comands » Shot Administration (admin cможет управлять пулями игрока когда тот стреляет)
  • Страница 3 из 4
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Поиск:

Товарищи если вы используете материалы нашего сайта не забывайте указывать источника //csfull.moy.su
Copyright MyCorp © 2006 - 2009 Csfull