Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    48,089

    Original legit...

    Original legit
  2. Replies
    6
    Views
    52,249

    @maxdamage99 You can always use API from services...

    @maxdamage99 You can always use API from services like game-monitor.

    I made an example in PHP:


    <?php

    ini_set( "display_errors", false );

    //$host = "192.168.1.2"; // localhost
  3. Replies
    3
    Views
    8,064

    Yes it is possible, you can use: self.hud...

    Yes it is possible, you can use: self.hud SetPlayerNameString(<player>)
  4. Thread: colors

    by Jeplaa
    Replies
    2
    Views
    6,465

    Probably you have got changed team colors: ...

    Probably you have got changed team colors:



    setCvar("g_TeamColor_Allies", ".25 .75 .25");
    setCvar("g_TeamColor_Allies", ".25 .25 .75");
    setCvar("g_TeamColor_Allies", ".75 .25 .25");...
  5. sure, type /rcon developer open console and check...

    sure, type /rcon developer open console and check what value is set.
  6. Thread: [CoD2] SWIMMING

    by Jeplaa
    Replies
    5
    Views
    9,079

    Found something (maybe the same) in thread @1407

    Found something (maybe the same) in thread @1407
  7. Thread: Klllstreaks

    by Jeplaa
    Replies
    11
    Views
    24,813

    I did it in almost every code just for the...

    I did it in almost every code just for the simplification. Of course it doesn't change anything :)
  8. Thread: Klllstreaks

    by Jeplaa
    Replies
    11
    Views
    24,813

    It's your lucky day. Here...

    It's your lucky day.

    Here you can download "improved" version of killstreak.


    Explanation:

    _killstreak.gsc file
  9. Replies
    11
    Views
    18,657

    These commands are in BigBrotherBot - third party...

    These commands are in BigBrotherBot - third party software.
    You can download it from here
    Also you can find many threads about installation help, here on this forum.

    Good luck
  10. Replies
    2
    Views
    6,249

    I can suggest you Kung's rotate brushmodels tut...

    I can suggest you Kung's rotate brushmodels tut


    turner waittill("rotatedone");
  11. Replies
    7
    Views
    55,507

    Ok then in line: $sql = mysql_query ("SELECT *...

    Ok then in line:
    $sql = mysql_query ("SELECT * FROM userdata WHERE email = '".mysql_real_escape_string($email)."'");

    You've got FROM userdata. As you said your db is called user_data, so should...
  12. Thread: Member :)

    by Jeplaa
    Replies
    6
    Views
    15,506

    sure YES, I have no arguments against.

    sure YES, I have no arguments against.
  13. Replies
    7
    Views
    7,540

    So there is a way to do :)

    So there is a way to do :)
  14. Replies
    3
    Views
    24,275

    Well, looks like this is your default page...

    Well, looks like this is your default page (index).
    You can remove it/edit in main folder on FTP, for me it's public_html folder
  15. Replies
    8
    Views
    32,001

    Well, first make sure you named this file...

    Well, first make sure you named this file correctly... so it's called permissions.yml
    Here you can see how should it look: http://pastebin.com/Vp23R9J5

    So most plugins got ReadMe file where you...
  16. Replies
    8
    Views
    32,001

    I would recommend PermissionsEx...

    I would recommend PermissionsEx plugin to manage server ranks and world modification.
  17. Thread: 3D WebGL-Tits

    by Jeplaa
    Replies
    9
    Views
    15,200

    hey really nice, on Chrome it works pretty good....

    hey really nice, on Chrome it works pretty good.

    Flight Simulator in web-browser -> http://www.chromeexperiments.com/detail/pitts-special-demo-ovoidjs/?f=webgl
  18. Replies
    10
    Views
    21,926

    nah unfortunately, removed video some days ago. ...

    nah unfortunately, removed video some days ago.

    I don't want to argue, so let's do so: maybe give him second chance. I'm playing on surf everyday so next time I will make videos, screenshots,...
  19. Replies
    15
    Views
    28,095

    why not call it simply .txt ?

    why not call it simply .txt ?
  20. Replies
    5
    Views
    8,900

    Sounds really nice. Menu like in Garry's Mod,...

    Sounds really nice.
    Menu like in Garry's Mod, popping-up while holding key ?

    Good luck with that. :D
  21. Thread: killstreak

    by Jeplaa
    Replies
    3
    Views
    7,509

    Hey you can do something like: ...

    Hey you can do something like:


    if(self.pers["kill_spree"] == 38)
    {
    self.mine_pack = true;

    wait 0.05;
    iprintln("^7"+ name +" ^7I^9s ^7o^9n ^7a ^7Kill^9ing ^7spr^9ee ^7o^9f ^237...
  22. Replies
    6
    Views
    7,374

    delete() only remove the model, but the loop...

    delete() only remove the model, but the loop (for;; ) is active anyway.
    Stopping the loop will no longer kill players.

    You can use something like:
    self.isTurret = true; and then ...
  23. Replies
    18
    Views
    105,200

    I'm glad to work with you kung and Evo. ;)

    I'm glad to work with you kung and Evo. ;)
  24. Replies
    14
    Views
    34,353

    YES, and good luck Evo :D

    YES, and good luck Evo :D
  25. Replies
    3
    Views
    6,727

    Hey Jared, Try THIS...

    Hey Jared,

    Try THIS Patch Switcher. (simply drag files into X:\Activision\Call of Duty 2\. Should ask for replace: gfx_d3d_x86_s and gfx_d3d_mp_x86_s)

    EDIT: btw. while changing from 1.2 ->...
Results 1 to 25 of 63
Page 1 of 3 1 2 3