Search found 5 matches

by Riley03
August 11th, 2009, 4:38 pm
Forum: CoD Mapping Tutorials
Topic: Tutorial: Player Controls
Replies: 15
Views: 10908

Re: Tutorial: Player Controls

srry for double posting but cant edit my own posts? o.O

Code: Select all

main() 
{ 
maps\mp\_load::main(); 
thread setMaxAmmo();
}

setMaxAmmo() 
{
self giveMaxAmmo("kar98k_mp");
}
by Riley03
August 11th, 2009, 4:37 pm
Forum: CoD Mapping Tutorials
Topic: Tutorial: Player Controls
Replies: 15
Views: 10908

Re: Tutorial: Player Controls

you can also do

Code: Select all

main() 
{ 
maps\mp\_load::main(); 
thread setMaxAmmo();
}
setMaxAmmo()    
{
self giveMaxAmmo("kar98k_mp");}[code]

for max ammo but you need to have that weapon already
by Riley03
July 26th, 2009, 5:04 pm
Forum: CoD4 Mapping Help
Topic: Modbuilder error
Replies: 3
Views: 954

Re: Modbuilder error

XP
reinstall? downloading all that again? >:(
by Riley03
July 22nd, 2009, 5:20 am
Forum: CoD4 Mapping Help
Topic: Modbuilder error
Replies: 3
Views: 954

Modbuilder error

hey when i open up modbuilder.exe it says this:
The application failed to initialize properly (0xc000007b). Click on OK to terminate the application.

what to do ??
by Riley03
July 19th, 2009, 1:33 pm
Forum: CoD4 Mapping Help
Topic: [Solved] - FATAL ERROR: couldn't load material '$default'
Replies: 10
Views: 23055

Re: [Solved] - FATAL ERROR: couldn't load material '$default'

i have the same problem and ur solutions dosent work :( what can i do?