View Single Post
klaudys
Junior Member
Join Date: Aug 2011
Old 08-17-2011 , 21:39   Re: Module: Admin Free Look
Reply With Quote #60

Hello. I also put this module for linux in my server. Your arshien latest update of module.
Here is my modules,ini:
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
csx
orpheu
adminfreelook
;hamsandwich
and this is my server.cfg:

Quote:
amx_adminfreelook 1
amx_adminfreelookflag "b"
In amx_module it is shown that it works and it's fine but in real - players can only view firt peron view, but all. I want to look only his teamnate. Here is my another serverc.fg cvars:

Quote:
mp_forcechasecam "2"
mp_forcecamera "2"
Any ideas? or I need to arkshine oldest version?
klaudys is offline