View Single Post
  #4  
Old 01-12-2012, 11:40 AM
MERMITE is offline MERMITE
Registered User

Join Date: May 2006
Posts: 736

Quote:
Originally Posted by grenadier501 View Post
mm for exanple, when a player enters a area trigger, he teleports to other locations but without teleporting other players. Only that individual player who entered that specific area trigger..
Ensure that the player, is in his own team/group (1) then:

If SSNarea(player,5) then //player steps into area 5
teleport(1,3) //player,group 1, is teleportred to tele marker 3
endif
Reply With Quote