←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Pyutanie w sprwie zaawansowanych logów

  • +
  • -
DISS - zdjęcie DISS 17.12.2014

Witam,

 

Mam pytanie odnośnie logów. Istnieje plugin który zapisuje w logach że SS zostały zrobione na serwerze danemu graczowi i o danej godzinie? Chodzi mi tutaj główniej o to że w przypadku gdy gracz mówi że ss nie zostały zrobione bo ich rzekomo nie ma to w takim przypadku moge wejść w dane logi i tam mam zapisane że

"20.21 Screenshot xxxxxxx  został zrobiony xxx " Czy coś w tym stylu?

 

 

 

 

ps. zabis w logach był by mi obojęny lecz chciał bym mieć dowody że jednak te SS zostały zrobione.

Odpowiedz

  • +
  • -
DarkGL - zdjęcie DarkGL 17.12.2014

A jakiego pluginu teraz używasz ?
Odpowiedz

  • +
  • -
DISS - zdjęcie DISS 17.12.2014

; AMX Mod X plugins

amxbans_core.amxx          ;    
amxbans_main.amxx          ; 

; 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)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; 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
deagsmapmanager.amxx
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

; Counter-Strike
;restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)

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

Plugins ini bez pluginów które wgrywałem lecz tam nie ma żadnego na SS.

amxbans_ssban.amxx

Lecz mam jeszcze wgrane takie coś. Zależy mi na danych logach więc zmiana pluginu na SS jest możliwa :D

Odpowiedz

  • +
  • -
DISS - zdjęcie DISS 17.12.2014

Jest ktoś kto wie czy istnieje dany plugin?

Odpowiedz

  • +
  • -
NoLiFeR - zdjęcie NoLiFeR 19.12.2014

Dorób sobie :) Jest to tak proste, iż zaczynając swoją przygode z amxx byłbym w stanie to zrobić.

otworz amxbans_ssban.sma i w funkcji banowania po ssach dodaj z

new name[33]
get_user_name(id,name,32); // Nie patrzałem w to sma, wiec nie wiem czy "id" jest poprawnym indexem gracza w tym publicku.
log_to_file("addons/amxmodx/logs/ssy.txt", "%s'mu zostaly zrobione SS'y");
Odpowiedz

  • +
  • -
psilocybe - zdjęcie psilocybe 19.12.2014

delete
Użytkownik psilocybe edytował ten post 19.12.2014 23:39
Odpowiedz