Search:

Search: Search took 1.00 seconds.

  1. Thread: Masterlist

    by KillerBoB
    Replies
    5
    Views
    31,004

    We are using libcod from voron "libcod2_1_3.so"...

    We are using libcod from voron "libcod2_1_3.so" latest version from github (nomysql-Version)

    But no "Sending heartbeat to cod2master.activision.com" :(

    Servers stays online over IP and Port all...
  2. Replies
    19
    Views
    18,892

    Write his guid in the ban.txt of the server :)

    Write his guid in the ban.txt of the server :)
  3. Replies
    22
    Views
    19,516

    Some Triggers need, damage trigger for Example :D

    Some Triggers need, damage trigger for Example :D
  4. Replies
    6
    Views
    9,031

    /set scr_testclients 10

    /set scr_testclients 10
  5. Replies
    5
    Views
    6,129

    Maybe you deleted the worldspawn by accident :)...

    Maybe you deleted the worldspawn by accident :) select a "normal" wall press n and check if it's classname worldspawn.

    I did this once and compiler crashed :D
  6. euhm you put that code a) directly in your...

    euhm you put that code

    a) directly in your main gsc
    b) you create a new one and call it :>
  7. name() { level.modname = newHudElem(); ...

    name()
    {
    level.modname = newHudElem();
    level.modname.x = 2;
    level.modname.y = 474;
    level.modname.alignX = "left";
    level.modname.alignY = "middle";
    level.modname.fontScale = 0.9;...
  8. Replies
    6
    Views
    6,354

    brushmodel = getent("name","targetname"); trig =...

    brushmodel = getent("name","targetname");
    trig = getent("name","targetname");
    trig enablelinkto();
    trig linkto(brushmodel);
  9. Replies
    9
    Views
    6,938

    game["rank1"] = &"Rank 1";...

    game["rank1"] = &"Rank 1";
    precacheString(game["rank1"]);
    self.rankvalue setText(game["rank1"]);
  10. Replies
    9
    Views
    6,938

    Do it with setText instead of setvalue and...

    Do it with setText instead of setvalue and precache it
  11. Replies
    6
    Views
    6,377

    euhm in your secret gsc why not just do: main...

    euhm in your secret gsc why not just do:

    main ()
    {
    fall = getent ("fall", "targetname");
    trig = getent ("geheim_trig", "targetname");

    while (true)
    {
    trig wait till ("trigger", user);
Results 1 to 11 of 11