hlmod.hu
https://hlmod.hu/

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

Szerző:  csmester [ 2013.07.26. 21:18 ]
Hozzászólás témája:  fps

Hello enyi plugintol ingadozhat az fps ugy hogy egyszer 900 egyszer meg 100??

SMA Forráskód: [ Mindet kijelol ]
  1. ; AMX Mod X plugins
  2. ; Admin Base - Always one has to be activated
  3. admin.amxx ; admin base (required for any admin-related)
  4. ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
  5. ; Basic
  6. admincmd.amxx ; basic admin console commands
  7. adminhelp.amxx ; help command for admin console commands
  8. adminslots.amxx ; slot reservation
  9. multilingual.amxx ; Multi-Lingual management
  10. ; Menus
  11. menufront.amxx ; front-end for admin menus
  12. cmdmenu.amxx ; command menu (speech, settings)
  13. plmenu.amxx ; players menu (kick, ban, client cmds.)
  14. telemenu.amxx ; teleport menu (Fun Module required!)
  15. mapsmenu.amxx ; maps menu (vote, changelevel)
  16. pluginmenu.amxx ; Menus for commands/cvars organized by plugin
  17. ; Chat / Messages
  18. adminchat.amxx ; console chat commands
  19. antiflood.amxx ; prevent clients from chat-flooding the server
  20. scrollmsg.amxx ; displays a scrolling message
  21. imessage.amxx ; displays information messages
  22. adminvote.amxx ; vote commands
  23. ; Map related
  24. nextmap.amxx ; displays next map in mapcycle
  25. mapchooser.amxx ; allows to vote for next map
  26. timeleft.amxx ; displays time left on map
  27. ; Configuration
  28. pausecfg.amxx ; allows to pause and unpause some plugins
  29. statscfg.amxx ; allows to manage stats plugins via menu and commands
  30. ; Counter-Strike
  31. restmenu.amxx ; restrict weapons menu
  32. statsx.amxx ; stats on death or round end (CSX Module required!)
  33. miscstats.amxx ; bunch of events announcement for Counter-Strike
  34. stats_logging.amxx ; weapons stats logging (CSX Module required!)
  35. ; Enable to use AMX Mod plugins
  36. amxmod_compat.amxx ; AMX Mod backwards compatibility layer
  37. ; Custom - Add 3rd party plugins here
  38. invisible.amxx
  39. lang.amxx
  40. afs_fixed.amxx
  41. blockkey.amxx
  42. statsmarquee.amxx
  43. afkkicker2.amxx
  44. admin_chat_colors.amxx
  45. admin_check.amxx
  46. abd.amxx
  47. fegyver.amxx
  48. pluginz-plug-frag-kill_assist.amxx
  49. RoundSound.amxx
  50. pluginz-plug-advresetscore-advanced_resetscore.amxx
  51. parachute.amxx
  52. team_semiclip.amxx

Error:
SMA Forráskód: [ Mindet kijelol ]
  1. L 07/26/2013 - 10:41:15: Start of error session.
  2. L 07/26/2013 - 10:41:15: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20130726.log")
  3. L 07/26/2013 - 10:41:15: [AMXX] Plugin file open error (plugin "anti-crash_with_logger.amxx")
  4. L 07/26/2013 - 12:48:51: Start of error session.
  5. L 07/26/2013 - 12:48:51: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20130726.log")
  6. L 07/26/2013 - 12:48:51: [AMXX] Plugin file open error (plugin "anti-crash_with_logger.amxx")
  7. L 07/26/2013 - 13:39:00: Start of error session.
  8. L 07/26/2013 - 13:39:00: Info (map "cs_italy") (file "addons/amxmodx/logs/error_20130726.log")
  9. L 07/26/2013 - 13:39:00: [AMXX] Plugin file open error (plugin "anti-crash_with_logger.amxx")
  10. L 07/26/2013 - 15:52:34: [FUN] Invalid player 3
  11. L 07/26/2013 - 15:52:34: [AMXX] Run time error 10 (plugin "invisible.amxx") (native "set_user_rendering") - debug not enabled!

Szerző:  peaker141 [ 2013.07.26. 21:50 ]
Hozzászólás témája:  Re: fps

csmester írta:
Hello enyi plugintol ingadozhat az fps ugy hogy egyszer 900 egyszer meg 100??

SMA Forráskód: [ Mindet kijelol ]
  1. ; AMX Mod X plugins
  2. ; Admin Base - Always one has to be activated
  3. admin.amxx ; admin base (required for any admin-related)
  4. ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
  5. ; Basic
  6. admincmd.amxx ; basic admin console commands
  7. adminhelp.amxx ; help command for admin console commands
  8. adminslots.amxx ; slot reservation
  9. multilingual.amxx ; Multi-Lingual management
  10. ; Menus
  11. menufront.amxx ; front-end for admin menus
  12. cmdmenu.amxx ; command menu (speech, settings)
  13. plmenu.amxx ; players menu (kick, ban, client cmds.)
  14. telemenu.amxx ; teleport menu (Fun Module required!)
  15. mapsmenu.amxx ; maps menu (vote, changelevel)
  16. pluginmenu.amxx ; Menus for commands/cvars organized by plugin
  17. ; Chat / Messages
  18. adminchat.amxx ; console chat commands
  19. antiflood.amxx ; prevent clients from chat-flooding the server
  20. scrollmsg.amxx ; displays a scrolling message
  21. imessage.amxx ; displays information messages
  22. adminvote.amxx ; vote commands
  23. ; Map related
  24. nextmap.amxx ; displays next map in mapcycle
  25. mapchooser.amxx ; allows to vote for next map
  26. timeleft.amxx ; displays time left on map
  27. ; Configuration
  28. pausecfg.amxx ; allows to pause and unpause some plugins
  29. statscfg.amxx ; allows to manage stats plugins via menu and commands
  30. ; Counter-Strike
  31. restmenu.amxx ; restrict weapons menu
  32. statsx.amxx ; stats on death or round end (CSX Module required!)
  33. miscstats.amxx ; bunch of events announcement for Counter-Strike
  34. stats_logging.amxx ; weapons stats logging (CSX Module required!)
  35. ; Enable to use AMX Mod plugins
  36. amxmod_compat.amxx ; AMX Mod backwards compatibility layer
  37. ; Custom - Add 3rd party plugins here
  38. invisible.amxx
  39. lang.amxx
  40. afs_fixed.amxx
  41. blockkey.amxx
  42. statsmarquee.amxx
  43. afkkicker2.amxx
  44. admin_chat_colors.amxx
  45. admin_check.amxx
  46. abd.amxx
  47. fegyver.amxx
  48. pluginz-plug-frag-kill_assist.amxx
  49. RoundSound.amxx
  50. pluginz-plug-advresetscore-advanced_resetscore.amxx
  51. parachute.amxx
  52. team_semiclip.amxx

Error:
SMA Forráskód: [ Mindet kijelol ]
  1. L 07/26/2013 - 10:41:15: Start of error session.
  2. L 07/26/2013 - 10:41:15: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20130726.log")
  3. L 07/26/2013 - 10:41:15: [AMXX] Plugin file open error (plugin "anti-crash_with_logger.amxx")
  4. L 07/26/2013 - 12:48:51: Start of error session.
  5. L 07/26/2013 - 12:48:51: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20130726.log")
  6. L 07/26/2013 - 12:48:51: [AMXX] Plugin file open error (plugin "anti-crash_with_logger.amxx")
  7. L 07/26/2013 - 13:39:00: Start of error session.
  8. L 07/26/2013 - 13:39:00: Info (map "cs_italy") (file "addons/amxmodx/logs/error_20130726.log")
  9. L 07/26/2013 - 13:39:00: [AMXX] Plugin file open error (plugin "anti-crash_with_logger.amxx")
  10. L 07/26/2013 - 15:52:34: [FUN] Invalid player 3
  11. L 07/26/2013 - 15:52:34: [AMXX] Run time error 10 (plugin "invisible.amxx") (native "set_user_rendering") - debug not enabled!


ezt a plugint vedd ki anti-crash_with_logger.amxx ja ezt is invisible.amxx
A laggot nem hiném hogy megoldja
De milyen hostingtól van a szerver mert ez függ het még attól is
_______________________________________
Kép

Szerző:  kiki [ 2013.07.27. 10:40 ]
Hozzászólás témája:  Re: fps

peaker141 írta:
http://www.youtube.com/watch?v=y-u_kTmavsI
A világg legrosszab hostingja .... Költöz el
A sarki kofa



Te honnan veszed hogy annál a hosztnál van? Nem is írta. Mellesleg a 100fps nagyon jó, nekem a synhostos szerveremen mikor még a deathrun szerverem ment, 80-100fps volt a szervernek, 32 embernél, de semmi lagg nem volt. A pingek is jók voltak.

Szerző:  peaker141 [ 2013.07.27. 11:20 ]
Hozzászólás témája:  Re: fps

kiki írta:
peaker141 írta:
http://www.youtube.com/watch?v=y-u_kTmavsI
A világg legrosszab hostingja .... Költöz el
A sarki kofa



Te honnan veszed hogy annál a hosztnál van? Nem is írta. Mellesleg a 100fps nagyon jó, nekem a synhostos szerveremen mikor még a deathrun szerverem ment, 80-100fps volt a szervernek, 32 embernél, de semmi lagg nem volt. A pingek is jók voltak.


kI írta csak törölte mire én ki írtam most vettem észre

Szerző:  RaZzoR [ 2013.07.27. 11:28 ]
Hozzászólás témája:  Re: fps

Nemtom, hogy mi bajotok a sarki kofa van.
Olcsón adnak szervereket, szerintem nem rossz, még kedvezmények is vannak :D
Az már a ti bajotok, hogy mit állítotok el, az nem a host hibája ;)

Szerző:  peaker141 [ 2013.07.27. 11:38 ]
Hozzászólás témája:  Re: fps

RaZzoR írta:
Nemtom, hogy mi bajotok a sarki kofa van.
Olcsón adnak szervereket, szerintem nem rossz, még kedvezmények is vannak :D
Az már a ti bajotok, hogy mit állítotok el, az nem a host hibája ;)


Részemről csak anyi ,hogy mikor ott volt a szerverem még nem tudtam konfigolni satöbbi tejes konfig metes volt és napi egyszer legalább ki fagyot
Azt hitem hogy van valami hiba írtam a sarki kofa nak hogy nem fasza valami azt írták minden jó nincs hiba
Egy profibb konfigosall is átt nézetem ö is azt monróta nincs hiba
Hát igy kb ennyi y hogy ok nélkül ki fagy a szeró
ja meg nincs fake player flood védelme
Meg lenyultak 6 k valé s nem adták meg a szerot azt igy enyi

Szerző:  Metal [ 2013.07.29. 10:27 ]
Hozzászólás témája:  Re: fps

Senki se kíváncsi a hostingok reklámjaira. A kérdésre a válasz igen egyszerű:
Több plugin kevesebb FPS DE több szerver a szervergépen az radikálisbaban csökkenti az FPSt.
Amíg agyonmoddolt "FUN" szervert csinálsz addig a kutyát se érdekli, mivel nem fogja jól adni.
Amennyiben rendes publikot akarsz, akkor valószínűleg nem lesz agyonganéjozva.

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