Hi guys, i made a map but i don't know and i can't find in any guide how can i assign automaticaly the plasmagun and some ammo for it when somebody join my map.
I'm using gtkradiant for q3a, there's a way to do it?
I need just to let people start with a plasma gun and 200ammo of it
			
			
									
						
										
						Gtkradiant : how to give at all players a plasmagun on join?
Re: Gtkradiant : how to give at all players a plasmagun on join?
1. Make small  room, isolated from main area in your map.
2. Place weapon_plasmagun into it.
3. Add target_give entity in your map.
4. Connect target_give and weapon_plasmagun.
5. Connect each info_player_deathmatch to target_give.
			
			
									
						
							2. Place weapon_plasmagun into it.
3. Add target_give entity in your map.
4. Connect target_give and weapon_plasmagun.
5. Connect each info_player_deathmatch to target_give.
[url=http://doomer.org/maps/q3/][color=#40BF40]My Quake 3 maps[/color] [[color=#FF0040]Russian lang[/color]][/url]
			
						Re: Gtkradiant : how to give at all players a plasmagun on join?
Interesting, never read up how that actually works. Neat.
			
			
									
						
										
						Re: Gtkradiant : how to give at all players a plasmagun on join?
@AEon, I made a similar thing with railgin on  this my map a few years ago.
			
			
									
						
							[url=http://doomer.org/maps/q3/][color=#40BF40]My Quake 3 maps[/color] [[color=#FF0040]Russian lang[/color]][/url]
			
						Re: Gtkradiant : how to give at all players a plasmagun on join?
thanks _DOOMer_ !
			
			
									
						
										
						Re: Gtkradiant : how to give at all players a plasmagun on join?
Actually, no.
No need for the hidden room.
Just use the PG, target_give and player spawn. Target ents as directed above.
			
			
									
						
										
						No need for the hidden room.
Just use the PG, target_give and player spawn. Target ents as directed above.