Posts: 392
Threads: 101
Joined: Jan 2013
Reputation:
0
Hello Everyone Is That Any How That I Can Make A Area For Player
Meaning: Player Must Stay In That Area Or Else They will Be Hit Back Back Back Untill Arrive To The ARea
I wanted The Whole LSA But i don't know how
Some One Can Explain ?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
SetPlayerWorldBounds. Unfortunately, this has to be rectangular. If you need a more complex shape, you'd have to use dynamic areas (streamer).
Posts: 392
Threads: 101
Joined: Jan 2013
Reputation:
0
wich part in Incongito streamer i should use
Posts: 392
Threads: 101
Joined: Jan 2013
Reputation:
0
no i mean He Said SetPlayerWorldBounds Is Not Availble What I Required
and he Said use streamer
But Wich Parts In Streamer I need to used =))
Posts: 159
Threads: 35
Joined: Feb 2012
Reputation:
0
Use Incognito streamer - CreateDynamicArea or Sphere as u need it. Then at callback OnPlayerLeaveDynamicArea make player push back in the area pos (you can use SetPlayerVelocity - you'll need to get area pos and make vector (player pos - area pos) ). When he'll enter the area stop pushing him - that's all.
Posts: 61
Threads: 4
Joined: Aug 2013
Reputation:
0
Make it as DynamicAreas & put streamer plugin.