←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

PokeMod

Locked

  • +
  • -
dawideq's Photo dawideq 18.04.2010

Jak zrobić żeby wybrany admin nie mógł dawać expa ani pokemonów a najlepiej prosił bym o rozpiskę co dana flaga daje adminowi na pokemodzie a i nie chcę robić nowego tematu ale nie wiem czemu nie działają mi bany :/
Edited by dawideq, 18.04.2010 18:05.
Quote

hardbot's Photo hardbot 18.04.2010

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

Tak trudno edytować plik User.ini + troche English do tego czyni cuda ^^
Quote

  • +
  • -
dawideq's Photo dawideq 18.04.2010

a ktora flaga odpowiada za dawanie pokow i expa ? pm_givexp pm_givepoke itd
Quote

Tiger_pl's Photo Tiger_pl 18.04.2010

Musisz dostać się do pliku pokemod.cfg ,który znajduje sie w folderze , na serwerze \cstrike\addons\amxmodx\configs\pokemon.
Otwórz WorldPad-em lub notatnikiem i tam sobie sam ustawisz odpowiednią flage na dawanie pokemonow expa lvl i wszelkich innych zmian (dostep do komend admina Pokemoda nie pomyl ze z amxmodmenu):
ten plik w środku tak wygląda :
//CVARS for PokeMod, these are loaded every map change

pm_pokemod 	1 	//turns pokemod on and off (1=on, 0=off)
pm_admin 	a 	//what accessflag admins need to mess with PokeMod <--------------------- TU MASZ USTAWIEBIE FLAGI DOSTEPU DO KOMEND
pm_save 	1 	//save players xp (1=on, 0=off)
pm_xpsavedays 	30 	//how many days to save xp for before erasing it
pm_safari_mode 	0 	//turns safari mode on and off (1=on, 0=off)
pm_debug 	0 	//turns pokemod debug messages on and off (1=on, 0=off)
pm_debug_key 	//only shows debug messages with this in it
pm_wild 	0 	//how many people needed to be wild
pm_wild_level 	0 	//max level that wild pokemon will be (set to 0 to disable)
pm_maxhp 	255 	//max hp that someone can get with bonuses
pm_maxarmor 	255 	//max armor that someone can get with bonuses
pm_botsays 	1 	//turns on bot radio commands when they choose/buy a pokemon/item
pm_pokecenter 	200 	//set to 0 if you dont want the npcs to be spawned. otherwise this is the distance you can be from pokecenter to use it
pm_oak 	ab 	//prof oak properties (a = pokemart, b = heal, c = team specific)
pm_oakhp 	0 	//how much hp oak has (set to 0 for godmode)
pm_pokeballs 	1 	//spawn pokeballs with pokemon in them at spawns (1=yes, 0=no)
pm_buytime 	0.0 	//minutes that you can buy things from pokemart, set to 0 for infinite time
pm_itemtime 	30.0 	//items disappear after this time, set to 0 to remove at end of round
pm_pokemart_open 	1 	//allow buying from pokemart
pm_ffa 	0 	//make pokemod work with free for all
pm_burntime 	10 	//how long until players are no longer on fire
pm_burndamage 	5 	//how much damage per half second burn does
pm_waterheal 	3 	//how much hp is healed per second in water (if using a water pokemon)
pm_poisondamage 	5 	//how long until players are no longer poisoned
pm_poisontime 	10 	//how much damage per second poison does
pm_sleeptime 	3 	//players will fall asleep for this amount of time

echo "PokeMod - Successfully Loaded PokeMod Config File"
Quote

hardbot's Photo hardbot 19.04.2010

Tiger co ty radzisz nie widzisz o co on prosi czytaj ze zrozumieniem o_O

Usuń adminowi tą flage

g - amx_cvar polecenia (nie wszystkie cvar'y będzią dostępne)

a co z tym idze to chyba ta komęda w CFG

pm_admin a //what accessflag admins need to mess with PokeMod

udostępnia admina na PokeMod :] a nie udostępnia dodawanie EXP'a itp
Edited by hardbot, 19.04.2010 16:58.
Quote
Locked