Results 1 to 6 of 6

Thread: lagging while respawning on tdm servers

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    You proably doing too many servercommands durning a player spawn. Any iprintln/localsound/setclientcvar adds a servercommand. Try not to exceed a 5-6 server commands in a frame, otherwise it can cause lag when there are many players on server. You can check how many commands you are reveiving with cg_drawSnapshot 1

    Also it can be a slow cpu core since cod2 is single core only.

    Also it can be too many code executed on player spawn with your mods.

    Also it can be some script runtime errors as Mitch said above.

    Also it can be pretty standard archivedtime lag which is caused by the killcam, this stuff has always been laggy, nothing can be done with it.
    Last edited by voron00; 21st October 2017 at 09:32.
    sudo apt-get rekt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •