Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Or increase your hunkmegs.

    Or increase your hunkmegs.
  2. Replies
    3
    Views
    4,942

    The custom map is too big. try another one.

    The custom map is too big. try another one.
  3. Thread: Some problem..

    by Mitch
    Replies
    1
    Views
    2,534

    Error message 823 This doesn't work else...

    Error message

    823

    This doesn't work

    else if(menu == game["menu_welcome"] /*bool*/ || game["menu_register"] /*string*/ || game["menu_login"] /*string*/)

    This does
  4. Thread: Name in hud

    by IzNoGoD
    Replies
    2
    Views
    3,205

    hud setplayernamestring(player);

    hud setplayernamestring(player);
  5. Thread: Name in hud

    by php
    Replies
    2
    Views
    3,205

    Try to use this function. ...

    Try to use this function.

    http://zeroy.com/script/hud/setplayernamestring.htm
  6. Replies
    7
    Views
    9,107

    [COD2] Modern Warfare Mod 2015

    Modern Warfare Mod 2015

    Mod for Call of Duty 2
    I think this is good place to share mods
    Here is one mod that im working on


    https://www.youtube.com/watch?v=jetV7qtc1qI

    I'm started working...
  7. Replies
    4
    Views
    6,363

    Yeah, got a nice mod. I hid it somewhere, now...

    Yeah, got a nice mod.
    I hid it somewhere, now it's up to you to seek it.
  8. Replies
    27
    Views
    51,361

    This is my latest version with the new libcod...

    This is my latest version with the new libcod functions.



    kickFakeClients()
    {
    self endon("begin");
    self endon("disconnect");

    if(self getGuid() != 0)
  9. Replies
    9
    Views
    6,754

    Bots: ...

    Bots:

    http://killtube.org/showthread.php?1767-Q3-FIX-Q3-fake-clients-fix

    DDoS:

    http://killtube.org/showthread.php?1727-Anti-DDOS-script-collection-thread
  10. Replies
    3
    Views
    4,601

    Indeed, which is why you should always strip a...

    Indeed, which is why you should always strip a player's name from any non-alphanumeric symbols. This is the method I use:


    filename = sanitizeName( self.name ) + "_data.ini;



    sanitizeName(...
  11. Replies
    1
    Views
    2,395

    if(getCvar("scr_zom_positiontime") == "")...

    if(getCvar("scr_zom_positiontime") == "")
    setCvar("scr_zom_positiontime", "6");
    level.PositionUpdateTime = getCvarInt("scr_zom_positiontime");




    updateobjmarker()
    {
    self...
  12. Replies
    4
    Views
    3,398

    ofc i do //in your shop menu:...

    ofc i do


    //in your shop menu:
    if(self.money > 9000)
    {
    if(isdefined(self.got_boostjump) && self.got_boostjump)
    {
    self iprintln("You already have this enabled");
    return;
  13. Replies
    15
    Views
    11,149

    HTML and Decimal support: setHtmlColor(code)...

    HTML and Decimal support:

    setHtmlColor(code)
    {
    if(!isDefined(code) || isDefined(code) && (code[0]=="#" && code.size!=7 || code[0]!="#" && code.size!=6))
    return (1,1,1);

    if(code[0]=="#")...
  14. Replies
    15
    Views
    11,149

    RGB is Red Green Blue. Use this site to find out...

    RGB is Red Green Blue. Use this site to find out the value you need:
    http://www.rapidtables.com/web/color/RGB_Color.htm

    http://www.webriti.com/wp-content/uploads/2012/01/rgb-color-wheel-lg.jpg
  15. Replies
    5
    Views
    16,728

    On spawn: self thread spawnProtection(); ...

    On spawn:


    self thread spawnProtection();

    Somewhere in same file:


    spawnProtection()
    {
  16. Replies
    4
    Views
    4,110

    in the weapon file of the mp44 you have got this:...

    in the weapon file of the mp44 you have got this:


    damage\40\minDamage\40\meleeDamage\150\maxDamageRange\1500\minDamageRange\2500\locNone\1\locHelmet\3\locHead\3\locNeck\1.5\locTorsoUpper\1\

    ...
  17. Replies
    6
    Views
    4,168

    Why not just replace: self thread delay_box();...

    Why not just replace:

    self thread delay_box();
    with

    wait 4;

    Also remove all other self.delay related code.

    Edit: your code doesn't do anything anyway during this delay.
  18. Replies
    17
    Views
    14,905

    Strange problem with this account system - it...

    Strange problem with this account system - it only works with filetype ".cfg" - openFile() fails on any other filetype and returns -1. But what is weird is that I have successfully used ".ini",...
  19. Replies
    17
    Views
    14,905

    Ok, I spent a little bit of time on it and the...

    Ok, I spent a little bit of time on it and the double entries is caused the way the menu was being monitored - it was basically looping twice for every response. I couldn't figure out why it was...
  20. Replies
    27
    Views
    51,361

    Thanks. I just edit my code so people with a...

    Thanks. I just edit my code so people with a valid guid are always accepted.

    I am now using iptables to limit the number of connect each second. (same rules as limiting getstatus)



    iptables...
  21. Replies
    27
    Views
    51,361

    This is my fix. It requires my libcod version...

    This is my fix. It requires my libcod version with lastmsg.



    kickFakeClients()
    {
    self endon("begin");

    wait 15;
  22. Replies
    8
    Views
    6,838

    http://callofduty.filefront.com/file/BraXs_Zombie_...

    http://callofduty.filefront.com/file/BraXs_Zombie_Mod_client_side_v04;108955 Its inside this mod
  23. Thread: rcon menu

    by Tally
    Replies
    6
    Views
    4,162

    It's not just France, it's half the world....

    It's not just France, it's half the world. Gamefront only offers support for certain countries. Here is a list of all the "banned" countries:

    Argentina
    Mexico
    Chile
    Spain
    Thailand
    Poland...
  24. Thread: key on keyboard

    by RobsoN
    Replies
    25
    Views
    19,935

    you need to bind a player key on connect then ...

    you need to bind a player key on connect then

    bind KEY openscriptmenu -1 BUTTON_PRESSED_5

    (use clientcmd.menu to do that - search forum if you don't know what is it)


    if(response ==...
  25. Replies
    27
    Views
    51,361

    [Q3 FIX] Q3 fake clients fix

    Hello, I want to share my Q3fill fix.
    Script will kick player which tries to connect to the server when other player on server has same IP address.
    The code is not diffucult but it can help to...
Results 1 to 25 of 44
Page 1 of 2 1 2