Search found 2008 matches

by waywaaaard
July 11th, 2011, 2:15 pm
Forum: Help and Support
Topic: Google Mail accs in Windows Mail
Replies: 2
Views: 4813

Re: Google Mail accs in Windows Mail

Thanks for the tutorial. Though maybe this is better suited in the Help and Support Forum.
by waywaaaard
July 6th, 2011, 1:22 pm
Forum: CoD4 Mapping Help
Topic: script run time error?
Replies: 6
Views: 1994

Re: script run time error?

@IzNoGod

they shouldn't matter -> they just define a block
by waywaaaard
July 6th, 2011, 1:21 pm
Forum: CoD4 Mapping Help
Topic: Jump pads
Replies: 1
Views: 696

Re: Jump pads

What kind of jump pads do you have? Please give some more information.
by waywaaaard
July 3rd, 2011, 8:01 pm
Forum: CoD4 Mapping Help
Topic: How to make a message appear
Replies: 4
Views: 1742

Re: How to make a message appear

You have to use a trigger and when triggered just use

Code: Select all

trig = getent("triggername", "targetname");

while(1)
{
	trig waittill ("trigger");
	iprintln("text to all users");
	wait(.5);
}


by waywaaaard
June 25th, 2011, 7:18 pm
Forum: General Chat
Topic: KILLERSAM AND XPAYNE
Replies: 3
Views: 783

Re: KILLERSAM AND XPAYNE

Is this suicide?
by waywaaaard
June 19th, 2011, 9:42 am
Forum: CoD Mapping Help
Topic: Radiant question!
Replies: 5
Views: 4975

Re: Radiant question!

Can you please provide the error message when radiant crashes?
by waywaaaard
June 9th, 2011, 5:31 pm
Forum: Jump Maps
Topic: mp_black_gold
Replies: 24
Views: 4518

Re: mp_black_gold

Looks good :)
by waywaaaard
June 3rd, 2011, 6:54 pm
Forum: General Chat
Topic: CoD
Replies: 5
Views: 914

Re: CoD

There are several problems with the old cods. Well actually only two:
  • not really many server
  • cheaters and bad anticheat...
by waywaaaard
May 27th, 2011, 11:07 am
Forum: Modding, Modelling and Skinning
Topic: Spawning Brushes
Replies: 5
Views: 1623

Re: Spawning Brushes

Maybe megazor shows his way his minecraft stuff. Isn't he spawning there brushes?
by waywaaaard
May 27th, 2011, 11:06 am
Forum: Jump Maps
Topic: mp_office
Replies: 9
Views: 1868

Re: mp_office

You and rezil ripped from my lev_facilities!
by waywaaaard
May 19th, 2011, 9:16 pm
Forum: PC Jumping Chat
Topic: CoD2 bouncing like in CoD4 :)
Replies: 3
Views: 1378

Re: CoD2 bouncing like in CoD4 :)

still playing it - keep it up Creep :D
by waywaaaard
May 17th, 2011, 8:20 am
Forum: General Chat
Topic: falling blocks algorithm
Replies: 13
Views: 1286

Re: falling blocks algorithm

Nice, but still why THE FUCK ARE U TALKING ABOUT URSELF IN THIRD PERSON???????
by waywaaaard
May 16th, 2011, 7:40 pm
Forum: General Chat
Topic: Funny pictures
Replies: 2065
Views: 620959

Re: Funny pictures

koma-comic-strip-oooh-thats-dirty.jpg
breakfastinbed.jpg
koma-comic-strip-i-think-thats-a-lady1.jpg
frenchfry.jpg
by waywaaaard
May 13th, 2011, 5:17 pm
Forum: Modding, Modelling and Skinning
Topic: Invisible script bug
Replies: 60
Views: 9570

Re: Invisible script bug

I guess you are using an hud overlay. So when you create it just set

Code: Select all

hudelement.alpha = 0.75;
or whatever suits the best.
by waywaaaard
May 12th, 2011, 2:40 pm
Forum: Modding, Modelling and Skinning
Topic: Invisible script bug
Replies: 60
Views: 9570

Re: Invisible script bug

You can also alter the transparency in the script if you want to.