Author Topic: 2 Jail spawns?  (Read 1820 times)

FusSioN

  • Autococker
  • Posts: 603
2 Jail spawns?
« on: January 05, 2014, 11:36:34 PM »
Is it possible to create 2 jailspawns instead of 1?
It is like
Team1 gets a Jail "jailspawn"
Team2 gets a hospital jailspawn
?? Is it possible?

Rick

  • Map Committee
  • Autococker
  • Posts: 2190
Re: 2 Jail spawns?
« Reply #1 on: January 06, 2014, 05:30:39 AM »
I've played a map with 2 jails (specific to each team). The map name is not coming to me (Loial used to put it on I believe), but it is definitely possible to have team specific jails.

Edit: "routez"

Edit: Looking at a 'info_player_deathmatch' entity, it seems like you would just make a normal player spawn with the correct team colour and add 'jail 1' to the variables of the entity.
eg.

Code: [Select]
Entity:
info_player_deathmatch
Variables:
'teamnumber' set to '1'  <---- Sets the team colour.
'GiveGun' set to 'carbine' <---- Spawn with carbine.
'GiveHopper' set to '200' <---- Spawn with 200 hopper.
'GiveAmmo' set to '200' <---- Spawn with 200 ammo.
'GiveBarrel' set to 'Chrome' <---- Spawn with chrome barrel.
'GiveCO2' set to '40oz' <---- Spawn with unloaded 40oz CO2.
'LoadedCO2' set to '20oz' <---- Spawn with loaded 20oz CO2.
'jail' set to '1' <---- Sets the spawn to a jail spawn.

(Off the top of my head)
« Last Edit: January 06, 2014, 05:51:13 AM by Rick »

BASEBALLDUDE

  • Autococker
  • Posts: 703
Re: 2 Jail spawns?
« Reply #2 on: January 06, 2014, 07:52:11 AM »
"teamnumber" "1"
"jail" "1"

"teamnumber" "2"
"jail" "1"

FusSioN

  • Autococker
  • Posts: 603
Re: 2 Jail spawns?
« Reply #3 on: January 06, 2014, 10:55:20 PM »
Thanks =). Planning to make Paintball2 Cops and Robbers =)

Rockyar_96

  • 68 Carbine
  • Posts: 370
Re: 2 Jail spawns?
« Reply #4 on: January 10, 2014, 06:18:18 AM »
i think it's not possible with the normal settings, they always behave like deathmatch spawns i guess.

TRION

  • 68 Carbine
  • Posts: 290
Re: 2 Jail spawns?
« Reply #5 on: January 10, 2014, 10:48:38 PM »
Fussion ... You read my mind... I was going to make that map 4 months ago :P