Search found 114 matches

by pcbouncer
July 9th, 2013, 8:53 pm
Forum: CoD4 Mapping Help
Topic: radiant limits
Replies: 3
Views: 1634

radiant limits

is there a limit to the amount of entities you can have? i had about 1300 and it wouldn't compile
by pcbouncer
June 29th, 2013, 10:34 pm
Forum: CoD4 Mapping Help
Topic: finding any button the player pressed
Replies: 4
Views: 2209

Re: finding any button the player pressed

so there is no way to make a menu file without using a mod?
by pcbouncer
June 29th, 2013, 3:48 pm
Forum: CoD4 Mapping Help
Topic: finding any button the player pressed
Replies: 4
Views: 2209

finding any button the player pressed

there is no specific command for getting the users button in MP, so i would guess menu files would be the right way. I just dont know where to start, what command can i use? and what are the basics for making a menu file to work with your gsc?
any help much appreciated
by pcbouncer
June 29th, 2013, 3:44 pm
Forum: CoD4 Mapping Help
Topic: force keys with triggers
Replies: 6
Views: 2779

Re: force keys with triggers

is there anything special that i would have to do with the menu file except make it and save it? where would i save it and how can i know all of the commands for menu files?
by pcbouncer
June 29th, 2013, 3:20 pm
Forum: CoD4 Mapping Help
Topic: FX issues
Replies: 2
Views: 1281

Re: FX issues

thanks a lot! you're so helpful!
by pcbouncer
June 28th, 2013, 10:44 pm
Forum: CoD4 Mapping Help
Topic: force keys with triggers
Replies: 6
Views: 2779

Re: force keys with triggers

where can i learn how to menu script? modrepository doesnt seem to help
by pcbouncer
June 27th, 2013, 7:43 pm
Forum: CoD4 Mapping Help
Topic: FX issues
Replies: 2
Views: 1281

FX issues

how can i stop playing infinite fx that ive added using a script...?
by pcbouncer
June 26th, 2013, 6:23 pm
Forum: CoD4 Mapping Help
Topic: get coordinates of the players shoot at postition
Replies: 11
Views: 2974

Re: get coordinates of the players shoot at postition

but you said it would return the pos where you hit
by pcbouncer
June 26th, 2013, 5:52 pm
Forum: CoD4 Mapping Help
Topic: get coordinates of the players shoot at postition
Replies: 11
Views: 2974

Re: get coordinates of the players shoot at postition

oh like the distances in front of you???
by pcbouncer
June 26th, 2013, 5:23 pm
Forum: CoD4 Mapping Help
Topic: get coordinates of the players shoot at postition
Replies: 11
Views: 2974

Re: get coordinates of the players shoot at postition

but what is exactly anglestoforward??
by pcbouncer
June 26th, 2013, 5:04 pm
Forum: CoD4 Mapping Help
Topic: get coordinates of the players shoot at postition
Replies: 11
Views: 2974

Re: get coordinates of the players shoot at postition

and couldnt i just getplayerattackbuttonpressed() and attacb a trigger to the gun?
by pcbouncer
June 26th, 2013, 5:02 pm
Forum: CoD4 Mapping Help
Topic: get coordinates of the players shoot at postition
Replies: 11
Views: 2974

Re: get coordinates of the players shoot at postition

what exactly does angletoforward() return?
by pcbouncer
June 26th, 2013, 10:03 am
Forum: CoD4 Mapping Help
Topic: get coordinates of the players shoot at postition
Replies: 11
Views: 2974

get coordinates of the players shoot at postition

i know there is bullettrace, but i am a bit confused on how it works. Some enlightenment would be great :)
by pcbouncer
June 25th, 2013, 9:10 am
Forum: CoD4 Mapping Help
Topic: script-dvar issue
Replies: 2
Views: 1049

Re: script-dvar issue

thanks alot! :D
by pcbouncer
June 25th, 2013, 5:46 am
Forum: CoD4 Mapping Help
Topic: script-dvar issue
Replies: 2
Views: 1049

script-dvar issue

so in my script i have the following: user setClientDvar("r_lightTweakSunColor", 0, 1, 1, 1); (this is in RGBA format) for some reason, only the first number parameter is used and the others are set to 0/ignored... so this would be 0 0 0 0. user setClientDvar("r_lightTweakSunColor&quo...