Search found 3 matches

by Timieh!
May 9th, 2008, 6:03 pm
Forum: CoD Mapping Help
Topic: Script help plz
Replies: 6
Views: 1513

Re: Script help plz

It doesn't work with playfx it says unknown what i must do something like that and when i do like nightm. it crashes script compile error Can anyone make al ittle .map and a .gsc with _fx and the script Sorry but i can't get it working plz with level._effect["tree"] = loadfx ("fx/impa...
by Timieh!
May 8th, 2008, 1:38 pm
Forum: CoD Mapping Help
Topic: Script help plz
Replies: 6
Views: 1513

Re: Script help plz

beeep error the map loads but when i shoot @ the tree script compile error

Image
by Timieh!
May 7th, 2008, 12:40 pm
Forum: CoD Mapping Help
Topic: Script help plz
Replies: 6
Views: 1513

Script help plz

I have an tree with an fx model with a trigger damage but i have the script main() { thread boom(); } boomblaadjes() { trig = getent("leaves","targetname"); while (1) { trig waittill ("damage", idamage); { level._effect["tree"] = loadfx ("fx/impacts/leafs...