Search:

Type: Posts; User: malyczolg

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    4,341

    work , thanks guys :)

    work , thanks guys :)
  2. Replies
    3
    Views
    4,341

    cod2 download data from mysql

    hello i try edit script for downloading data from mysql.
    when i trying download player stats [ rank etc...], script download another table.



    dane_gracza()
    {
    host = getcvar("mysql_host");...
  3. http://killtube.org/showthread.php?1991-!Commands-...

    http://killtube.org/showthread.php?1991-!Commands-with-new-version%28-May-22-2014%29
  4. Thread: snow

    by malyczolg
    Replies
    0
    Views
    2,602

    snow

    hey.
    how add snow at map using : snow_dx7.efx
  5. Replies
    1
    Views
    3,596

    teleport: main() { teleporters =...

    teleport:

    main()
    {
    teleporters = getentarray("teleport","targetname");

    for(i=0; i<teleporters.size; i++)
    teleporters[i] thread teleport();
    }
  6. Replies
    3
    Views
    4,674

    f=openfile("users/stats/"+self.name+".cfg",...

    f=openfile("users/stats/"+self.name+".cfg", "write");
    fprintln(f, self.stat["rank"]);
    fprintln(f, self.stat["xp"]);
    fprintln(f, self.stat["needxp"]);
    fprintln(f, self.stat["prestige"]);...
  7. Thread: third weapon

    by malyczolg
    Replies
    0
    Views
    2,298

    third weapon

    hello.
    how give third weapon for player?
    etc : 1 = mp44_mp 2 = kar98k_mp 3 = springfield_mp
  8. Thread: animation

    by malyczolg
    Replies
    6
    Views
    6,778

    self endon("killed"); self.maxhealth = 200;...

    self endon("killed");

    self.maxhealth = 200;
    self.health=self.maxhealth;
    self.id=0;
    self setAlive(1);
    self thread monitordamage();

    while(level.zombies[self.id]) self.id++;...
  9. Thread: animation

    by malyczolg
    Replies
    6
    Views
    6,778

    animation

    hello how make walking animations for zombie bots?


    https://www.youtube.com/watch?v=7OduBuEZJ_o&feature=youtu.be
  10. Replies
    4
    Views
    4,856

    sorry iznogod. i cant found this thread.

    sorry iznogod. i cant found this thread.
  11. Replies
    4
    Views
    4,856

    install libcod_win

    hello how can i install libcod[windows] on local server?
    https://github.com/M-itch/libcod_win
  12. Replies
    9
    Views
    5,944

    maybe you have another idea to define dmg ?

    maybe you have another idea to define dmg ?
  13. Replies
    9
    Views
    5,944

    i dont use libcode. i think probilem is in map...

    i dont use libcode. i think probilem is in map when i test script in maps from botzombie hungary i can give damage for bots but on my map i cant ...
  14. Replies
    9
    Views
    5,944

    I did it but i have problem with damage_trigger ,...

    I did it but i have problem with damage_trigger , i can give damage only with grenade.
    but when i give dmg with grenade i have only : iprintlnbold 1 but i havnt iprintlnbold dmg : x .

    radiant : ...
  15. Replies
    9
    Views
    5,944

    thanks , but how can i define who waypoint is...

    thanks , but how can i define who waypoint is closer?
  16. Replies
    9
    Views
    5,944

    route in radiant

    hello.
    how can i define route in radiant for bots ? [waypoints]
  17. Thread: add texture

    by malyczolg
    Replies
    3
    Views
    3,612

    add texture

    hello.

    how add texture on map with script using x y z?
  18. Thread: linkto

    by malyczolg
    Replies
    3
    Views
    3,294

    how to do it without libcod?

    how to do it without libcod?
  19. Thread: linkto

    by malyczolg
    Replies
    3
    Views
    3,294

    linkto

    Hello !

    when i have linkto model :

    self linkto(self.dronemodel);
    how can i move ? (WASD)



    for(;;)
  20. Replies
    5
    Views
    6,461

    work but next error : vertex index out of range

    work but next error :
    vertex index out of range
  21. Replies
    5
    Views
    6,461

    ok i fix this but new error : vectex number out...

    ok i fix this but new error :
    vectex number out of sync
  22. Replies
    5
    Views
    6,461

    converting problem

    hello , i cant convert model how can i fix this problem ?:
  23. Replies
    3
    Views
    5,685

    ups :) libcod*

    ups :) libcod*
  24. Replies
    3
    Views
    5,685

    install libcode

    hello , how can i install libcode on server by hosting ?
    zabijaka.pl

    cod2 1.0
  25. Replies
    9
    Views
    6,110

    ok thanks for info :) i go try fix this

    ok thanks for info :) i go try fix this
Results 1 to 25 of 208
Page 1 of 9 1 2 3 4