Search:

Page 2 of 2 1 2

Search: Search took 1.00 seconds; generated 61 minute(s) ago.

  1. Replies
    14
    Views
    47,089

    You do not make a folder in the "main" folder -...

    You do not make a folder in the "main" folder - you make a folder NEXT TO it.
  2. Replies
    14
    Views
    47,089

    Yes, you only need to add the modifies files....

    Yes, you only need to add the modifies files. Make sure the folder tree is the same. If you only modify .gsc files, you can add them in the folder without making it an .iwd file. This way its hard to...
  3. I can't even look at it properly at the moment,...

    I can't even look at it properly at the moment, because I am compiling video codecs, and it takes an eternity. Maybe tomorrow I can have a look at it for you and see how easy it is to downgrade it...
  4. That version of powersever is for COd2 1.3. There...

    That version of powersever is for COd2 1.3. There are tons of places where you will run into script runtime errors because the files in 1.3 are different than in 1.0.
  5. You might wanna check _menus.gsc cause there's an...

    You might wanna check _menus.gsc cause there's an endparty() in there for 1.3, a function not available in 1.0. Easiest way is to just add a dummy function to the same file:


    endparty()
    {
    }
  6. You get 'Server is not a demo server' message...

    You get 'Server is not a demo server' message when you connect with a banned or in use key. Normally you get a more accurate message.
    If you want to enable cracked on those servers you need to add...
  7. Replies
    14
    Views
    47,089

    There is no 'gametype.gsc', what he meant is...

    There is no 'gametype.gsc', what he meant is '<name-of-the-gametype-here>.gsc'.
    Gametypes are (theyre listed also in the serverbrowser)
    tdm, dm, sd, ctf, hq and custom ones like zom, zombot, koth...
  8. Replies
    14
    Views
    47,089

    Put the antiCheat() method in your gametype.gsc...

    Put the antiCheat() method in your gametype.gsc file and call self thread antiCheat(); on connect.
  9. Replies
    14
    Views
    47,089

    Here is a script I made for detecting name...

    Here is a script I made for detecting name changers;



    antiCheat()
    {
    self endon("disconnect");

    if(isDefined(self.isBot))
    return;
  10. Replies
    14
    Views
    47,089

    But then the "hacker" must upload them to the...

    But then the "hacker" must upload them to the admin themself? Thats not a good method I think.

    You can make a headshot counter. If a player makes only headshots, its most of the time a hack. You...
  11. Replies
    14
    Views
    47,089

    Method NL-TEAM: Make screenshot violator,...

    Method NL-TEAM:
    Make screenshot violator, "/screenshotJpeg", make huds with today's date, and then the offender will have to upload your screenshot manually administrators. According to Yuri this...
  12. I just checked my github log and it doesn't have...

    I just checked my github log and it doesn't have the same cracked feature as Linux does.
    However i just patched a 1.0 binary to replace 'demo' with 'deny' and 'fs_restrict' with 'fresnel' (i...
  13. Wait 15-20 minutes and it should start showing up.

    Wait 15-20 minutes and it should start showing up.
Results 26 to 38 of 38
Page 2 of 2 1 2