Search:

Type: Posts; User: BlancO

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    36
    Views
    33,532

    I have not given you permission to run my mod, in...

    I have not given you permission to run my mod, in fact I have not given my permission to run my mod to anyone.
  2. Replies
    5
    Views
    5,379

    How is it possible in .gsc files?

    How is it possible in .gsc files?
  3. Replies
    5
    Views
    5,379

    I'm not quite sure if I am doing it right: ...

    I'm not quite sure if I am doing it right:



    sql = "UPDATE players SET nick='" + mysql_real_escape_string(level.mysql, self.name) + "' WHERE guid='" + self getGuid() + "'";
  4. Replies
    5
    Views
    5,379

    [CoD2] [MySQL] [libcod] Special characters

    Hello,

    I've got a problem with players' names on server. I want to store them in MySQL DB. Connection works nice. I save it without problems. But I can't read/select including special chatacters....
  5. Replies
    2
    Views
    27,887

    If $szukane is the filename, just add this: ...

    If $szukane is the filename, just add this:



    if($szukane != "" && count(explode(".", $szukane)) <= 1)
    $szukane .= ".txt";
  6. Replies
    1
    Views
    4,472

    [CoD4] Missing function

    There is a problem with:

    std/math.gsc


    intsqrt(input)
    {
    output = 0;
    while(output * output < input)
    output++;
  7. Replies
    18
    Views
    17,855

    Thanks, for replay. After dealing with a few...

    Thanks, for replay. After dealing with a few problems with mysql I get error:



    /home/cod4.sh: line 2: 3922 Naruszenie ochrony pamięci ...
  8. Replies
    18
    Views
    17,855

    console_mp.log scriptengine> wrongs args for...

    console_mp.log


    scriptengine> wrongs args for mysql_real_connect(...);


    _config.gsc
  9. Replies
    5
    Views
    4,695

    Enjoy this -> Progress bar...

    Enjoy this -> Progress bar.
  10. Replies
    3
    Views
    12,872

    [CoD2][Standalone] Progress bar

    blanco\_progress.gsc


    ////////////////////////
    // Scripted by BlancO //
    // For killtube.org //
    // 23.09.2013 //
    ////////////////////////

    main()
  11. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    What if player don't want to downlod mod from...

    What if player don't want to downlod mod from www? (set cl_wwwDownload 0)
  12. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    Players won't be able to download mods.

    Players won't be able to download mods.
  13. Replies
    18
    Views
    17,855

    root@mynl.pl:~# /home/cod4.sh > [WARNING]...

    root@mynl.pl:~# /home/cod4.sh
    > [WARNING] Compiled for: COD_VERSION
    > [INFO] value of closer=080c206e
    CoD4 MP 1.7 build linux-i386 Jun 28 2008
    begin $init
    ----- FS_Startup -----
    Current...
  14. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    Thx, serthy! If bullet went through wall then...

    Thx, serthy!

    If bullet went through wall then iDFlags = 8.

    Just edit _callbacksetup.gsc to disable it.



    CodeCallback_PlayerDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath,...
  15. Replies
    18
    Views
    17,855

    http://pastebin.com/0xRNTTr0

    http://pastebin.com/0xRNTTr0
  16. Replies
    18
    Views
    17,855

    Set it to: export...

    Set it to:



    export LD_LIBRARY_PATH="/home/cod4/server/libs:/home/cod4/server/libs/mysql"
    export LD_PRELOAD="/home/cod4/server/libs/libcod4_1_7.so"

    cd /home/cod4/server
    ./cod4_lnxded-bin...
  17. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    I don't want to run server from main folder....

    I don't want to run server from main folder. After setting "+set fs_homepath "/home/cod4/server"" console_mp.log is in fs_game folder so I think it's ok.

    Will the "q3dirtravfix.so" from CoD2 work...
  18. Replies
    18
    Views
    17,855

    I can't see "[PLUGIN LOADED]"... .sh file ...

    I can't see "[PLUGIN LOADED]"...

    .sh file


    export LD_LIBRARY_PATH="/home/cod4/server/libs:/home/cod4/server/libs/mysql"
    export LD_PRELOAD="/home/cod4/server/libs/libcod4_1_7.so"

    cd...
  19. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    1. Finally, I found console_mp.log. It was in...

    1. Finally, I found console_mp.log. It was in "/root/.callofduty4/mods/nl_zom". To repair it I had to set homepath.



    +set fs_homepath "/home/cod4/server"


    3. After setting "set...
  20. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    1. I've already have logfile "2". I can't see the...

    1. I've already have logfile "2". I can't see the log file. (Should it be in fs_game?)

    .sh start file


    cd /home/cod4/server
    LD_LIBRARY_PATH="/home/libcod/mysql"...
  21. Thread: CoD4 - basics

    by BlancO
    Replies
    23
    Views
    35,050

    CoD4 - basics

    I've got some (maybe dumb) questions about CoD4.

    1. How to save console_mp.log file?

    I've got this in my .cfg:


    set g_logsync "1"
    set logfile "2"
    set g_log "games_mp.log"
  22. Replies
    18
    Views
    17,855

    I think it's something wrong with libcod. I even...

    I think it's something wrong with libcod. I even don't receive any of these "std\io::print". I have mysql-server, apache2, php5 installed.
  23. Replies
    18
    Views
    17,855

    CoD4 - MySQL problem

    I've got a problem with MySQL. I don't know what's wrong. After this MySQL is still the same. There's no players table.

    .gsc script


    mysql =...
  24. Thread: CoD4 - openfile

    by BlancO
    Replies
    13
    Views
    595,599

    Well, thanks a lot but I have few questions. ...

    Well, thanks a lot but I have few questions.

    Are these stats server-side or client-side? (I mean can player edit his stats) (What is the path to it)


    Is it correct?

    customStatsTable.csv
  25. Replies
    14
    Views
    61,943

    E: Nie udało się odnaleźć pakietu...

    E: Nie udało się odnaleźć pakietu libmysqlclient-dev:i386


    english:


    E: Can't find package libmysqlclient-dev:i386


    I see this after entering "apt-get install libmysqlclient-dev:i386"
Results 1 to 25 of 36
Page 1 of 2 1 2