Search:

Type: Posts; User: Jeplaa

Page 1 of 6 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    18,526

    Original legit...

    Original legit
  2. Replies
    6
    Views
    25,866

    @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
    8
    Views
    31,172

    Hey, take a look at this: "The...

    Hey, take a look at this:

    "The ts3admin.class.php is a powerful library that offers functions to communicate with Teamspeak 3 Servers from your website!"

    Source:...
  4. Replies
    32
    Views
    31,994

    Also wrote full list-of-countries with their...

    Also wrote full list-of-countries with their codes if someone need it: countries_array.js
  5. Replies
    3
    Views
    4,025

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

    Yes it is possible, you can use: self.hud SetPlayerNameString(<player>)
  6. Replies
    15
    Views
    11,148

    You can achive white color with rgb values:...

    You can achive white color with rgb values: rgb(255, 255, 255)
  7. Replies
    4
    Views
    4,110

    Play around with iDamage in...

    Play around with iDamage in Callback_PlayerDamage() section
  8. Replies
    3
    Views
    3,081

    guid = self getGuid(); self iPrintLnBold(guid);

    guid = self getGuid();
    self iPrintLnBold(guid);
  9. Replies
    3
    Views
    3,682

    Ohh got it, tried this function but made fault in...

    Ohh got it, tried this function but made fault in code :)
  10. Replies
    3
    Views
    3,682

    String to integer

    Hey,
    Is it possible to convert string to integer in CoD2 using stock functions ?

    Here is example using Java, hope it is similar in CoD2.


    String string = "1234";
    int num =...
  11. Thread: Airplane cod2

    by Jeplaa
    Replies
    8
    Views
    5,782

    just use noclip and viewpos

    just use noclip and viewpos
  12. Thread: colors

    by Jeplaa
    Replies
    2
    Views
    3,253

    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");...
  13. Replies
    2
    Views
    5,063

    ok, thanks I will try it :)

    ok, thanks I will try it :)
  14. Replies
    2
    Views
    5,063

    Restore on AC/Power Loss

    Hey,
    I have a question about BIOS function "Restore on AC/Power Loss".
    In brief, this function start pc automatically after Power Loss.
    I want to turn it off, but how can I do this without...
  15. Replies
    5
    Views
    4,403

    iDamage = int(iDamage + 30);

    iDamage = int(iDamage + 30);
  16. sure, type /rcon developer open console and check...

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

    by Jeplaa
    Replies
    5
    Views
    4,877

    Found something (maybe the same) in thread @1407

    Found something (maybe the same) in thread @1407
  18. Thread: Win 7 cod2

    by Jeplaa
    Replies
    4
    Views
    4,030

    Put it anywhere. Or just add +set dedicated "2"...

    Put it anywhere.
    Or just add +set dedicated "2" to the path of shortcut as kung showed you.
  19. Replies
    6
    Views
    4,842

    So, however you made your "account-system" the...

    So, however you made your "account-system" the easiest way is to define ban on player in his data-file.

    Example:


    if(!isDefined(self.banned)) fPrintLn(file, 0); else fPrintLn(file, 1);
  20. Replies
    8
    Views
    6,190

    make a hud on center with label +100 and call it...

    make a hud on center with label +100 and call it on PlayerKilled
  21. Replies
    4
    Views
    5,425

    So, for first thanks for fast reply. @serthy yup...

    So, for first thanks for fast reply.
    @serthy yup hasThrownANade() should be better because it is for jump mod to control grenade-explosion with timer.
    @Tally thanks for this snip it's really clear...
  22. Replies
    4
    Views
    5,425

    isThrowingGrenade function

    Hey guys,

    I know there is a function called isThrowingGrenade() in CoD2 unfortunately for Singleplayer. I have tried recreate it in many ways but I failed.
    Could someone point me how can I check...
  23. Thread: Klllstreaks

    by Jeplaa
    Replies
    11
    Views
    9,506

    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 :)
  24. Thread: Klllstreaks

    by Jeplaa
    Replies
    11
    Views
    9,506

    It's your lucky day. Here...

    It's your lucky day.

    Here you can download "improved" version of killstreak.


    Explanation:

    _killstreak.gsc file
  25. Replies
    11
    Views
    9,561

    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
Results 1 to 25 of 141
Page 1 of 6 1 2 3 4