Ok, i have used a system in a C&H whereas any player entering the opposing team's safezone is setpos'd to a prison area on the other side of the island and is trapped till a team-mate comes to pick them up.
East Safezone Trigger;
Condition:(vehicle player in thisList) AND (side player != EAST)
On Activation:player setPos (getMarkerPos "Outcast"); player setDammage 0.9; hint "You violated the East respawn area!!\n \nTake a seat, you are here till a team-mate rescues you!!"
Now, i need to remove all weapons from the player so they can't kill themselves and respawn....i tried 'player removeallweapons' but it didn't work....how is it done?
Thanx in advance