Search found 4 matches
- January 13th, 2013, 6:21 pm
- Forum: CoD4 Mapping Help
- Topic: [HELP] Weapon adding script + plugin script modify
- Replies: 1
- Views: 1412
[HELP] Weapon adding script + plugin script modify
Hello. I really need help to solve this 2 scripts. init( modVersion ) { braxi\_dvar::addDvar( "ua_weapon", "ua_weapon", "saw_acog_mp", "", "", "string" ); precacheItem( level.dvar["ua_weapon"] ); while( 1 ) { level waittill( "...
- December 28th, 2012, 4:39 pm
- Forum: CoD4 Mapping Help
- Topic: Leaked map/Pointfile pierce through wall
- Replies: 7
- Views: 1822
Re: Leaked map/Pointfile pierce through wall
Solved. SOLUTION: Never try to use E-button function at main walls... SOLUTION2: Try to save map as a different name. And search for the leak with the point file. If it show something weird(go through wall) make a big brush seperate that part. Compile (wait and if it write another leak, look after i...
- December 28th, 2012, 3:00 pm
- Forum: CoD4 Mapping Help
- Topic: Leaked map/Pointfile pierce through wall
- Replies: 7
- Views: 1822
Re: Leaked map/Pointfile pierce through wall
Still have problems :S
- December 28th, 2012, 1:56 pm
- Forum: CoD4 Mapping Help
- Topic: Leaked map/Pointfile pierce through wall
- Replies: 7
- Views: 1822
Leaked map/Pointfile pierce through wall
Hi. I wanted to make a map but at the compiling it said error ****leaked***** I've already known what is it but cannot solve. I red about that and about pointfile and how to solve but nobody wrote about this case so much. Can anybody help me to solve this? Any ideas? I added a picture about the poin...