hlmod.hu
https://hlmod.hu/

Bug
https://hlmod.hu/viewtopic.php?f=9&t=11795
Oldal: 1 / 1

Szerző:  theglorious [ 2013.11.11. 21:43 ]
Hozzászólás témája:  Bug

Üdv
Mikor sokan vagyunk a szerveremen akkor szokta azt csinálni, hogy ha valaki átáll valamelyik teamból egy másikba akkor a tab al nézem hogy ki nek milyen a statja és mikor átált valaki ct ből t be akkor ct be mutat és ha a ct-t ölöd meg akkor jobb felső sarokban mutatja hogy ct-ct -t öli meg. Képet rakok fel, Nem tudom hogy ez amxmodx problém vagy valami más...
plugins.ini
[ablak]; Admin Base - Always one has to be activated
advanced_bans.amxx
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Defense
badclients.amxx
m_tfix.amxx
autobuyfix.amxx
anti_fullupdate_spam.amxx
lame_connection_punisher.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
amx_login.amxx ; AMX Admin login/logout
autobuyfix.amxx

; Custom - Add 3rd party plugins here
admin_freelook.amxx
afkbombtransfer.amxx
afkkicker.amxx
allchat.amxx
alt_end_round_sounds.amxx
amx_gore_ultimate.amxx
amx_parachute.amxx
backweapon.amxx
bcd_hud.amxx
bullet_damage.amxx
dropallweaponondeath.amxx
fegyvereladas.amxx
freeammo.amxx
FreeDefuserkit.amxx
grenade_trail.amxx
headshot_sounds.amxx
hpk100.amxx
M_Antirusher_alfa.amxx
in_game_ads.amxx
resetscore.amxx
semiclip.amxx
sillyc4.amxx
sniperlimit.amxx
speclist.amxx
ultimatesounds_hun.amxx
ad_manager.amxx
blue_dead_destroy.amxx
join_leave.amxx
team_win.amxx
multijump.amxx
mutemenu.amxx
AdminPrefixes_WHITE_CHAT.amxx
vip.amxx[/ablak]
Kép:
Kép
Ez okozhat ilyen hibát?
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <dhudmessage>
  3.  
  4. #define PLUGIN "asd"
  5. #define VERSION "0.1"
  6. #define AUTHOR "asd"
  7.  
  8. public plugin_init()
  9. {
  10. register_plugin(PLUGIN, VERSION, AUTHOR)
  11.  
  12. register_event("SendAudio", "guards_win", "a", "2=%!MRAD_ctwin")
  13. register_event("SendAudio", "guards_lose", "a", "2=%!MRAD_terwin")
  14. register_event("SendAudio", "guards_fail", "a", "2=%!MRAD_rounddraw")
  15. }
  16.  
  17. public guards_win()
  18. {
  19. set_dhudmessage(0, 0, 255, -1.0, 0.10, 0, 6.0, 6.0, 0.5, 0.15)
  20. show_dhudmessage(0, "Counter-Terorist Win!.")
  21. }
  22.  
  23. public guards_lose()
  24. {
  25. set_dhudmessage(255, 0, 0, -1.0, 0.10, 0, 6.0, 6.0, 0.5, 0.15)
  26. show_dhudmessage(0, "Terorist Win!.")
  27. }
  28.  
  29. public guards_fail()
  30. {
  31. set_dhudmessage(255, 255, 255, -1.0, 0.10, 0, 6.0, 6.0, 0.5, 0.15)
  32. show_dhudmessage(0, "Nem nyert senki!.")
  33. }
  34.  
  35.  

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/