Search:

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    3,737

    On that position there should be a fucked up...

    On that position there should be a fucked up brush (e.g. width of 0), you can see in Radiant the X Y Z coordinates, just zoom a bit out in topview and find this position and check that area for...
  2. Replies
    11
    Views
    9,851

    elevator() { trig1 = getent("sometrig_first",...

    elevator()
    {
    trig1 = getent("sometrig_first", "targetname");
    trig2 = getent("sometrig_second", "targetname");
    trig3 = getent("sometrig_third", "targetname");
    while(true)
    {
    trig1...
  3. Replies
    2
    Views
    4,642

    Search a letter M or E in a red circle on the...

    Search a letter M or E in a red circle on the toolbar and check it in/out.
  4. Just jump a map with gaps, to find out how hard...

    Just jump a map with gaps, to find out how hard your jumps shall be and then make a "distance brush" in radiant, which you can be dragged in-between 2 jump platforms.

    413

    By default (press 4...
  5. the console is telling you the error the only...

    the console is telling you the error
    the only object in your function is the trigger
    this object seems to be undefined (CoD2 isnt able to find this)

    check your trigger for correct KVP (key/value...
  6. The entities are not in map or you named them...

    The entities are not in map or you named them different in script. Try for each loop:



    trig = getent("jailkillr_trigger","targetname");
    if ( ! isDefined(trig))
    {
    iprintlnbold("Trigger...
  7. This trigger: "jailkillr_trigger" doesn't exists.

    This trigger: "jailkillr_trigger" doesn't exists.
  8. Replies
    13
    Views
    51,105

    Sticky: the written script: main() { ...

    the written script:



    main()
    {
    something = getEnt("something", "targetname");

    angle = 90; // 4 times = one full round
    seconds = 1;
  9. Replies
    13
    Views
    51,105

    Sticky: [VIDEO] rotating brushmodels

    http://www.youtube.com/watch?v=--chMi15m9k&hd=1

    direct-link: http://www.youtube.com/watch?v=--chMi15m9k&hd=1

    Just made this! Its my first video. The quality COULD be better, but everything is...
Results 1 to 9 of 9