Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

UltraWojtek ;) - zdjęcie

UltraWojtek ;)

Rejestracja: 13.03.2016
Aktualnie: Nieaktywny
Poza forum Ostatnio: 15.03.2016 15:14
-----

Moje tematy

Niedziałający plugin po zmianie modelu

15.03.2016 13:32

Witam. Wgrałem nowy model bomby na serwer i nie działa mi plugin sillyc4.amxx http://amxx.pl/topic/593-silly-c4/. Z tego co wiem to model w_c4.mdl nowej bomby ma inny hitbox niż bomba klasyczna. Nasuwa się pytanie: jak zmienić hitbox modelu?

Niedziałający plugin GHW Weapon Replacement

13.03.2016 13:35

Witam. Mam pewien problem z pluginem zamieniającym modele broni itp. Nazywa się on GHW Weapon Replacement. Plik .amxx wrzuciłem do plugins a .sma do scripting. Odblokowane mam odpowiednie moduły, a dokładniej wszystkie :D Grałem kiedyś z bratem na przetestowanie modeli, działał tylko model AK47. Folder models wrzuciłem do folderu amxmodx. pod spodem macie moje logi i moduły...



MODULES:
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
grenade_trail.amxx
DragonSword.amxx
zp_extra_DragonSword.amxx
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 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
hamsandwich

 

 

 

 

PLUGINS:

; 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)
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
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
 
 Custom - Add 3rd party plugins here
 
grenade_trail.amxx
DragonSword.amxx
GHW_Weapon_Replacement.amxx
abd.amxx
sillyc4.amxx
ColoredSmoke.amxx

 

 

 

 

NEW_WEAPONS:

"models/w_usp.mdl" "models/new/w_usp.mdl"
"models/v_knife.mdl" "models/new/v_knife2.mdl"
"models/v_c4.mdl" "models/new/v_c42.mdl"
"models/w_c4.mdl" "models/new/w_c42.mdl"
"models/p_c4.mdl" "models/new/p_c42.mdl"
"sound/weapons/c4_click.wav" "sound/weapons/new/c4_click2.wav"
"sound/weapons/c4_deploy.wav" "sound/new/weapons/c4_deploy2.wav"
"sound/weapons/c4_grab.wav" "sound/weapons/new/c4_grab2.wav"
"models/v_ak47.mdl" "models/new/v_ak472.mdl"
"models/v_aug.mdl" "models/new/v_aug2.mdl"
"models/v_awp.mdl" "models/new/v_awp2.mdl"
"models/v_deagle.mdl" "models/new/v_deagle2.mdl"
"models/v_elite.mdl" "models/new/v_elite2.mdl"
"models/v_famas.mdl" "models/new/v_famas2.mdl"
"models/v_fiveseven.mdl" "models/new/v_fiveseven2.mdl"
"models/v_flashbang.mdl" "models/new/v_flashbang2.mdl"
"models/v_g3sg1.mdl" "models/new/v_g3sg12.mdl"
"models/v_galil.mdl" "models/new/v_galil2.mdl"
"models/v_glock18.mdl" "models/new/v_glock182.mdl"
"models/v_hegrenade.mdl" "models/new/v_hegrenade2.mdl"
"models/v_m4a1.mdl" "models/new/v_m4a12.mdl"
 
 
CVARS:
; Menu configuration file
; File location: $moddir/addons/amxmodx/configs/cvars.ini
; To use with Commands Menu plugin
 
; Cvars Menu:
; < cvar > < values > ... < access level >
 
"mp_timelimit" "0" "30" "45" "u"
"sv_password" "" "mypw" "clanwar" "u"
"pausable" "0" "1" "u"
"sv_voiceenable" "0" "1" "u"
"mp_chattime" "0" "1" "3" "u"
"mp_logmessages" "0" "1" "u"
"mp_friendlyfire" "0" "1" "u"
"mp_limitteams" "0" "1" "2" "u"
"mp_autoteambalance" "0" "1" "2" "u"
"allow_spectators" "0" "1" "u"
"mp_freezetime" "0" "6" "u"
"mp_buytime" "1" "0.5" "u"
"mp_startmoney" "800" "1800" "3600" "u"
"mp_c4timer" "35" "45" "15" "u"
"mp_forcechasecam" "0" "1" "2" "u"
 
amx_bulletdamage_recieved "1"
amx_bulletdamage "1"
sv_colored_smoke 2
 
 

PROSZĘ O JAK NAJSZYBSZĄ POMOC!