Results 1 to 4 of 4

Thread: how to use disableGlobalPlayerCollision();

  1. #1
    Private
    Join Date
    Dec 2016
    Posts
    30
    Thanks
    5
    Thanked 5 Times in 5 Posts

    how to use disableGlobalPlayerCollision();

    what does he really do?

    how can i use disableGlobalPlayerCollision() to optimize my server?

    where should i call it and how?

  2. #2
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    That stuff is long gone and has been moved to cvars:
    PHP Code:
    g_playerCollision "0"
    g_playerEject "0" 
    sudo apt-get rekt

  3. The Following User Says Thank You to voron00 For This Useful Post:

    kung foo man (16th June 2018)

  4. #3
    Private
    Join Date
    Dec 2016
    Posts
    30
    Thanks
    5
    Thanked 5 Times in 5 Posts
    the correct way to use it is with the value = 0?

    what does he really do?

  5. #4
    Private
    Join Date
    Dec 2016
    Posts
    30
    Thanks
    5
    Thanked 5 Times in 5 Posts
    Quote Originally Posted by voron00 View Post
    That stuff is long gone and has been moved to cvars:
    PHP Code:
    g_playerCollision "0"
    g_playerEject "0" 
    does your libcod support these commands?

Posting Permissions

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