T's only get knife.

T's only get knife.

Hammer Mapping — Page [1] 2 3
Sushi

2009 Nov 12 • 364
How do I make it so T's only get knife and CTs get usp?
 
 
 
2009 Nov 25 at 19:28 PST — Ed. 2009 Nov 25 at 19:29 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
This is my last post before I crash out sooo...

You need to have this in Hammer ::

http://www.superjer.com/files/cs-fgd-xp_8u.zip
Unzip everything to your Hammer/fgd/counter-strike folder. Then tell Hammer to use the new FGD (Tools->Options->Game Configurations->Game Data Files box). [sorry im tired and that was qouted i will kix it later]

Once you have that you can use the player_weaponstrip or whatever its called that will strip all weapons from the T place that so that the T falls through it when he spawns [ie right under the spawn] next use the game_player_equip name it knife select knife set it to yes put that anywhere the player cannot reach that is still inside your map put a trigger_once under each of the T spawns like the player_weaponstrip tell it to trigger knife [your game_player_equip] so that no one can buy anything put a func_buyzone some place where no player can reach ever
 
 
 
2009 Nov 25 at 19:51 PST — Ed. 2009 Nov 25 at 19:52 PST
Sushi

2009 Nov 12 • 364
I download all the fgd in superjer tutorial.
 
 
 
2009 Nov 26 at 09:15 PST
Sushi

2009 Nov 12 • 364
It can't fit... Becuase player_weaponstip is a big cube and I can't fit it under the spawn.

Look

The roof is just by the spawn point, right above it. :/

Is there anyway I can make the player_weaponstip smaller? So it's not inside the spawn and it wouldn't get in the floor.
 
 
 
2009 Nov 26 at 09:23 PST — Ed. 2009 Nov 26 at 09:25 PST
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
player_weaponstrip is a point entity, so it doesn't matter where you put it, as long as it's inside the map. You have to put trigger_multiple entities under the spawn and trigger the player_weaponstrip with them.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Nov 27 at 04:19 PST
Sushi

2009 Nov 12 • 364
I don't have trigger_multiple.
 
 
 
2009 Nov 27 at 08:41 PST — Ed. 2009 Nov 27 at 08:41 PST
Sushi

2009 Nov 12 • 364
sprinkles said:






Once you have that you can use the player_weaponstrip or whatever its called that will strip all weapons from the T place that so that the T falls through it when he spawns [ie right under the spawn] next use the game_player_equip name it knife select knife set it to yes put that anywhere the player cannot reach that is still inside your map put a trigger_once under each of the T spawns like the player_weaponstrip tell it to trigger knife [your game_player_equip] so that no one can buy anything put a func_buyzone some place where no player can reach ever




I don't have trigger_once. And I have all fgd.
 
 
 
2009 Nov 27 at 08:47 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Sushi said:
sprinkles said:
Once you have that you can use the player_weaponstrip or whatever its called that will strip all weapons from the T place that so that the T falls through it when he spawns [ie right under the spawn] next use the game_player_equip name it knife select knife set it to yes put that anywhere the player cannot reach that is still inside your map put a trigger_once under each of the T spawns like the player_weaponstrip tell it to trigger knife [your game_player_equip] so that no one can buy anything put a func_buyzone some place where no player can reach ever




I don't have trigger_once. And I have all fgd.



Sushi said:
I don't have trigger_multiple.



trigger_once and trigger_multiple are brush entities so make a brush under the player spawn tie to entity then select trigger_once or trigger_multiple
 
 
 
2009 Nov 27 at 09:02 PST
Sushi

2009 Nov 12 • 364
This is a really nub question. What is a brush? I've been mapping for about 3 weeks only. lol
 
 
 
2009 Nov 27 at 09:19 PST
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Like a cube, or an other object you create. Idk why they call them brushes in Hammer, but they do
 
 
 
2009 Nov 27 at 09:21 PST
Sushi

2009 Nov 12 • 364
Oh, so I just make like a little block? Any texture? Under the spawn.
 
 
 
2009 Nov 27 at 09:22 PST
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Sushi said:
Oh, so I just make like a little block? Any texture? Under the spawn.

Make it aaatrigger texture.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Nov 27 at 09:26 PST
Sushi

2009 Nov 12 • 364
Ok, so I put the aatrigger under the spawn. Then what?
I kind of didn't get you guys last posts.
 
 
 
2009 Nov 27 at 09:29 PST — Ed. 2009 Nov 27 at 09:29 PST
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
You select the box, then either press ctrl+T, or go to tools>Tie to Entity. There you can choose what you want it to do, so you will choose the trigger_multiple or whatever one you want.
 
 
 
2009 Nov 27 at 09:35 PST
Sushi

2009 Nov 12 • 364
Then? How do I make it so they T's only get knife? Because right now, they get glock.
 
 
 
2009 Nov 27 at 09:39 PST
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Ok, you need to create the trigger_multiple underneath where your player will spawn. Then you need to create a player_weaponstrip, which can be placed anywhere, as long as its in your map. Then you give the player_weaponstrip a name so you can target it. Then in the properties of the trigger_multiple, you change the target to the name that you gave the player_weaponstrip.

That makes it so that when you spawn, you will land on the trigger_multiple, which will trigger the player_weaponstrip.
 
 
 
2009 Nov 27 at 09:54 PST
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Note that you have make the spawns and trigger_multiples high enough so that players won't be able to activate the player_weaponstrip in the middle of the round by walking (or jumping) into the trigger_multiple entity.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Nov 27 at 10:10 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Mate de Vita said:
Note that you have make the spawns and trigger_multiples high enough so that players won't be able to activate the player_weaponstrip in the middle of the round by walking (or jumping) into the trigger_multiple entity.



Or you could jus' use trigger once.
 
 
 
2009 Nov 27 at 10:33 PST
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
sprinkles said:
Mate de Vita said:
Note that you have make the spawns and trigger_multiples high enough so that players won't be able to activate the player_weaponstrip in the middle of the round by walking (or jumping) into the trigger_multiple entity.



Or you could jus' use trigger once.

Which will only work in the first round.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Nov 27 at 13:40 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Mate de Vita said:
sprinkles said:
Mate de Vita said:
Note that you have make the spawns and trigger_multiples high enough so that players won't be able to activate the player_weaponstrip in the middle of the round by walking (or jumping) into the trigger_multiple entity.



Or you could jus' use trigger once.

Which will only work in the first round.


That's stupid.
 
 
 
2009 Nov 27 at 13:49 PST
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
sprinkles said:
Mate de Vita said:
sprinkles said:
Mate de Vita said:
Note that you have make the spawns and trigger_multiples high enough so that players won't be able to activate the player_weaponstrip in the middle of the round by walking (or jumping) into the trigger_multiple entity.



Or you could jus' use trigger once.

Which will only work in the first round.


That's stupid.

That's how it works because someone didn't feel like recoding the entities from half-life so that they would be round based. I guess.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Nov 27 at 14:16 PST
Sushi

2009 Nov 12 • 364
Ok, I think I did these all wrong. :(
Because, I sent this map to a server, and they said, when they dropped a gun it disappears and weapons reload every time they go in back of the room where I put the trigger_multiple. Can anyone do it for me please? Because I need it so, terrorists only get knife and when they drop a gun it doesn't disappears. The terrorists are in the cells, little cages.

Here is my rmf.

Oh and btw, make it so they don't get a gun next round. Because if they got a gun and survived a round, they will have the gun. Am I right?
 
 
 
2009 Nov 30 at 16:08 PST — Ed. 2009 Nov 30 at 16:19 PST
Sloth

2008 May 18 • 543
It may be the server, Sushi Ask if they has anything installed or sumthin'
 
 
 
2009 Dec 1 at 03:35 PST
Sushi

2009 Nov 12 • 364
They already have maps that have been made by someone they know. And yes they have a Jailbreak plugin.
 
 
 
2009 Dec 1 at 07:12 PST
Sloth

2008 May 18 • 543
Well im not much into jailbreak OR scripting, soe i don't know if that removes weps? I may give Sprinkelis or Mate Vitalis the task to do that.
 
 
 
2009 Dec 1 at 08:36 PST
Page [1] 2 3