Search:

Type: Posts; User: thOuMta

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds; generated 46 minute(s) ago.

  1. Thread: Script rotu

    by thOuMta
    Replies
    8
    Views
    27,101

    Just look in maps\mp\gametypes\_quickmessages.gsc...

    Just look in maps\mp\gametypes\_quickmessages.gsc

    You have this:



    case "1":
    soundalias = "US_mp_cmd_followme";
    saytext = &"QUICKMESSAGE_FOLLOW_ME";
    //saytext = "Follow Me!";
  2. Replies
    3
    Views
    29,962

    My things: sudo apt-get install apache2 ...

    My things:



    sudo apt-get install apache2


    On putty type this command:
  3. Replies
    25
    Views
    47,223

    1223 Will try and tell u :D

    1223

    Will try and tell u :D
  4. Replies
    5
    Views
    5,618

    Follow this tutorial:...

    Follow this tutorial: https://killtube.org/showthread.php?2454-Work-in-progress-Setup-CoD2-on-your-ubuntu-14-04-server
    And Step 7 for cracked
  5. Replies
    4
    Views
    5,013

    So maybe due of your cod2_lnxded patch try use:...

    So maybe due of your cod2_lnxded patch try use: http://killtube.org/showthread.php?1719-Latest-cod2-linux-binaries
  6. Replies
    4
    Views
    5,013

    You need nothing, just maybe open ports if you...

    You need nothing, just maybe open ports if you got an firewall
  7. Callback_PlayerConnect() { level...

    Callback_PlayerConnect()
    {
    level notify("connected", self);

    if(!level.splitscreen)
    iprintln(&"MP_CONNECTED", self.name);

    self iprintlnbold("Welcome to X mod");...
  8. Replies
    1
    Views
    3,677

    Follow this tutorial:...

    Follow this tutorial: https://killtube.org/showthread.php?1337-CoD2-Tutorial-How-to-make-your-cracked-server-show-up-in-the-master-list
  9. Replies
    11
    Views
    11,470

    I trying too and only get FPS: 0 ...

    I trying too and only get FPS: 0



    onStartGametype()
    {
    precacheMenu("clientcmd");
    }

    onPlayerSpawned()
  10. Replies
    15
    Views
    12,456

    Just edit the Messages mod with...

    Just edit the Messages mod with "sendgameservercommand"

    messages.gsc



    main()
    {
    msg_amount = getCvarInt("cg_smsg_amount");
    msg_delay = getCvarInt("cg_smsg_delay");
  11. Replies
    24
    Views
    18,325

    Just use search function, this forum got some...

    Just use search function, this forum got some scripts !
  12. Replies
    24
    Views
    18,325

    I agree with you niels he dont know anything..

    I agree with you niels he dont know anything..
  13. Replies
    4
    Views
    4,390

    Man i give you the solution just read ..

    Man i give you the solution just read ..
  14. Replies
    4
    Views
    4,390

    OMG... Callback_StartGameType() { ...

    OMG...



    Callback_StartGameType()
    {
    precacheStatusIcon("objective");
    precacheHeadIcon("objective");
    }
  15. Replies
    32
    Views
    31,995

    Using this but got error: in cod2 console ...

    Using this but got error:

    in cod2 console


    ^8idk^7: !location
    script runtime error: potential infinite loop in script - killing thread.
    (file 'maps/mp/gametypes/_callbacksetup.gsc', line...
  16. Replies
    11
    Views
    9,988

    _saybold.gsc main() {...

    _saybold.gsc



    main()
    {
    setcvar("saybold", "");
    while(1)
    {
    wait 0.05;
  17. Replies
    11
    Views
    9,988

    B3 poweradmin saybold: _b3_saybold() {...

    B3 poweradmin saybold:



    _b3_saybold()
    {
    msg = getcvar("b3_saybold");
    setcvar("b3_saybold", "");

    players = getentarray("player", "classname");
  18. Replies
    11
    Views
    9,988

    Just use search function ! You spam all, like...

    Just use search function ! You spam all, like izno said you send PM 4 min after posting this !
    This community is for help but have some tutorials to make servers and some scripts too, so stop spam!
  19. Replies
    11
    Views
    9,988

    1035 Hmm no !

    1035

    Hmm no !
  20. Replies
    7
    Views
    4,687

    IzNoGoD make a tutorial for this ->...

    IzNoGoD make a tutorial for this -> http://killtube.org/showthread.php?2454-Work-in-progress-Setup-CoD2-on-your-ubuntu-14-04-server
  21. Maybe this:...

    Maybe this: http://killtube.org/showthread.php?1730-Libcod-for-windows&p=10310&viewfull=1#post10310
    I dont know i don't use windows libcod ^^
  22. You just need libcod_1_3.so and put +sv_cracked 1...

    You just need libcod_1_3.so and put +sv_cracked 1

    Tutorial by IzNoGoD: http://killtube.org/showthread.php?2454-Work-in-progress-Setup-CoD2-on-your-ubuntu-14-04-server
  23. Replies
    14
    Views
    10,856

    collision() { while(isAlive(self)) {...

    collision()
    {
    while(isAlive(self))
    {
    self setContents(256);
    wait 0.05;
    }
    }
  24. Need for Speed™ Most Wanted @ Origin for Free !

    Need for Speed™ Most Wanted (the new) is free on Origin today :)

    https://www.origin.com/fr-fr/store/buy/nfs-most-wanted-2013/pc-download/base-game/standard-edition

    Only for info :D

    My...
  25. Replies
    8
    Views
    7,111

    Working ! thx :) But sometime i got a message...

    Working ! thx :)
    But sometime i got a message "Unknown command getinfo" & "Unknown command getstatus"
Results 1 to 25 of 194
Page 1 of 8 1 2 3 4