Search found 7 matches

by jefflev
Fri Oct 28, 2011 2:50 pm
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

Thanks Neil you're the man. I understand it a lot better now.

Thanks again
jeff
by jefflev
Thu Oct 27, 2011 9:45 pm
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

this one's easy :D it should be local.static model "xxx.tik" instead of local.static.model

also, instead of using the local.static variable, use local.mycurtain or something like that. (because static/nonstatic is also an entity property which could confuse things)

It might be easy to you, but ...
by jefflev
Thu Oct 27, 2011 4:53 pm
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

Can anyone help me with my problem, please?
by jefflev
Tue Oct 25, 2011 11:51 am
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

Yes, that's the location. I tinkered around with the script for several days before I decided to yield to the experts for help.
by jefflev
Mon Oct 24, 2011 6:40 pm
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

Cool, thanks for your help.
by jefflev
Mon Oct 24, 2011 12:40 pm
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

didn't test it but what if you put it after wait til spawn instead of prespawn ?

Correct me if i'm wrong but I placed it after wait til spawn.

level waittill spawn
if (level.mef_baseversion == "sh" || level.mef_baseversion == "bt")
{
$world commanddelay 0 farclipoverride -1
}

//curtain1 ...
by jefflev
Sun Oct 23, 2011 3:18 pm
Forum: Scripting
Topic: Lost + found
Replies: 152
Views: 9930

Tried adding curtain but not show

I tried adding a curtain to my mohdm6.scr but it does not show up on the server. Can someone help me by telling me what I've done wrong? Here is a portion of my mohdm6.scr file for you to look at. I added the section in red.

// STALINGRAD
// ARCHITECTURE: ZIED, POWZER
// SCRIPTING: POWZER ...