Search:

Page 2 of 2 1 2

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

  1. Replies
    2
    Views
    7,087

    AHHAHAHAHAH

    AHHAHAHAHAH
  2. Thread: COUNT > MYSQL

    by IzNoGoD
    Replies
    2
    Views
    5,526

    add () around your subquery in cod, just like you...

    add () around your subquery in cod, just like you did in phpadmin.

    Why do you think a query works in phpmyadmin allows you to remove some braces?
  3. Replies
    13
    Views
    17,410

    Better fix which follows...

    Better fix which follows http://stackoverflow.com/questions/16316902/malloced-variables-with-file-scope-c



    #define MAX_WEAPON_IGNORE_SIZE 20
    #define MAX_WEAPON_NAME_SIZE 32
    char*...
  4. Replies
    13
    Views
    17,410

    Confirmed starting without those 2 lines, but the...

    Confirmed starting without those 2 lines, but the fix suggested doesnt work.

    It works fine without the gsc_utils_init though, so there's definitely a problem in there.

    This works though:


    ...
  5. Replies
    13
    Views
    17,410

    CentOS doesn't like this function, but I have no...

    CentOS doesn't like this function, but I have no idea why.


    char* defaultweapon_mp = (char*)malloc(MAX_WEAPON_NAME_SIZE);
    void gsc_utils_init() {
    strcpy(defaultweapon_mp, "defaultweapon_mp");...
  6. Replies
    13
    Views
    17,410

    The java crap can be ignored, was a thingy kung...

    The java crap can be ignored, was a thingy kung tried to add long ago but never did
  7. Replies
    33
    Views
    73,894

    It is global. There is no way to set them for...

    It is global. There is no way to set them for each client in libcod.
    However I thought it was possible to hook the function where each player loads the damage for the weapon.
    Also you can modify...
  8. 2016 + MoH + CoD + Enemy Territory = Battalion 1944

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


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

    As much I've read it's Unreal Engine 4, but I have no clue about modding capabilities of the engine.
    ...
  9. 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...
  10. Replies
    2
    Views
    8,247

    I got these zombie maps: mp_area_51...

    I got these zombie maps:

    mp_area_51
    mp_ug_funbox_final
    mp_ug_zombietown
    mp_ug_zombridge
    mp_ug_deadbox
    mp_zomyellow
    mp_zombie_dam_v2
    mp_zombieprison_west
  11. Replies
    33
    Views
    73,894

    You cannot just query weapon 1 if you set the...

    You cannot just query weapon 1 if you set the .id=1 in gsc. You need to use

    loadedweapons = getloadedweapons();

    Second point: self is probably not a player.
  12. [CoD2] How to export (almost) any playermodel from Source Engine to CoD

    Hi, title says it, im going to show you how to export playermodels from source engine to cod(2) (Multiplayer only!!). Its not really a direct export since it requers some work, but its not too...
  13. Replies
    33
    Views
    73,894

    Thank you. But i'm gonna try those a other time. ...

    Thank you. But i'm gonna try those a other time.
    Finding the right offset is very easy. It works exactly as how you find the 'closer' function. But instead of getting a function you have a hex...
  14. Replies
    33
    Views
    73,894

    Weapon functions (+ setMoveSpeedScale)

    I have been adding weapon related functions to my libcod git the last few weeks.

    Also I found out how the weapons use their move speed scale. So i added this cod4 function to cod2 :D.

    player...
  15. [CoD2][Tutorial] How to make your cracked server show up in the master list

    Everybody probably knows how cracked servers work. They do not use the master list so everybody can join their server. This causes that everybody gets 0 as guid including players who do have an...
Results 26 to 40 of 40
Page 2 of 2 1 2