Results 1 to 10 of 20

Thread: cod2 libcod problems

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting
    Join Date
    May 2014
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thank you both for the great advice now got a fully working codlib server . Time to mod and have some fun.

    Edit: Sorry to bug you both but how would i go about using the scripts e.g. Disable collision?
    Last edited by Moolster; 17th May 2014 at 20:35.

  2. #2
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    Quote Originally Posted by Moolster View Post
    Thank you both for the great advice now got a fully working codlib server . Time to mod and have some fun.

    Edit: Sorry to bug you both but how would i go about using the scripts e.g. Disable collision?
    http://znation.nl/cod4script/

    You can disable global collision by adding

    Code:
    disableGlobalPlayerCollision();
    right after

    Code:
    Callback_StartGameType()
    {
    in your gametype.gsc file.

Posting Permissions

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