Search found 10 matches

by MapTheGame
December 13th, 2012, 7:31 pm
Forum: Servers
Topic: Servers with only default maps?
Replies: 3
Views: 1840

Servers with only default maps?

Is there any oldschool or normal codjumper servers that JUST have the default maps for cod4 and no custom maps?

Cheers
by MapTheGame
November 1st, 2012, 7:49 pm
Forum: CoD4 Mapping Help
Topic: Combination lock teleport?
Replies: 0
Views: 787

Combination lock teleport?

Basically I was it so the player has to knife 4 - 5 certain areas, in a certain sequence and when they have it teleports them to a secret room.

Possible? If so please post a script, and a little tutorial and I will of course credit you!
by MapTheGame
October 20th, 2012, 11:20 pm
Forum: CoD4 Mapping Help
Topic: How to make a triple or double bounce?
Replies: 3
Views: 1329

Re: How to make a triple or double bounce?

That was pointless, and completely unhelpful.
by MapTheGame
October 19th, 2012, 10:35 pm
Forum: Modding, Modelling and Skinning
Topic: Could someone rig this model for me?
Replies: 1
Views: 4861

Could someone rig this model for me?

This is a Lara Croft model which I need rigging for my map (unless there already is a Lara Croft model rigged) Thanks!

download: http://www.mediafire.com/?68bj8x8449998yb
by MapTheGame
October 19th, 2012, 10:23 pm
Forum: CoD4 Mapping Help
Topic: Give certain players custom models?
Replies: 5
Views: 1696

Re: Give certain players custom models?

You would add code similar to this, in the maps.gsc file. init() {         level thread onPlayerConnect(); }   onPlayerConnect() {         for(;;)         {                 level waittill( "connected", player );                 player thread xuid_check();   Â...
by MapTheGame
October 17th, 2012, 8:36 pm
Forum: CoD4 Mapping Help
Topic: How to make a triple or double bounce?
Replies: 3
Views: 1329

How to make a triple or double bounce?

Title says it all.
by MapTheGame
October 17th, 2012, 8:29 pm
Forum: CoD4 Mapping Help
Topic: Give certain players custom models?
Replies: 5
Views: 1696

Re: Give certain players custom models?

F |Madness| U wrote:Yes it is possible, if you just run a check on each player when they connect or spawn to see if they have a matching xuid, you can change their model with

Code: Select all

player setModel("model_name");
I think.
Sorry, where would I add the GUID and the code? (I'm a beginner scripter)
by MapTheGame
October 17th, 2012, 7:20 pm
Forum: Help and Support
Topic: Admin Menu Help (Weapons Menu)
Replies: 3
Views: 1498

Admin Menu Help (Weapons Menu)

I seem to be having some trouble with the menu, I can't change pages on the weapon list. I have tried literally every singly key on my keyboard and nothing works. Is their a bind I can use to bind it to two keys? thanks
by MapTheGame
October 11th, 2012, 12:17 am
Forum: CoD4 Mapping Help
Topic: Give certain players custom models?
Replies: 5
Views: 1696

Give certain players custom models?

I want to make it in my map, so that if this certain person joins their character is a custom model I have imported for my map. is this possible?
by MapTheGame
October 10th, 2012, 8:40 pm
Forum: CoD4 Mapping Help
Topic: Credits or Text screen shown when stepping on a trigger
Replies: 1
Views: 1335

Credits or Text screen shown when stepping on a trigger

Basically, in my map you start in a house and it says, 'There appears to be a note on that table over there' I need it so that when a player walks up to the table, steps on the trigger is shows a darkened screen (still showing the house in the background) and text to appear saying 'Dear Mr. &nam...