Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
Ey,i wanna make like when you spawn it puts you in a specific position that i set,now i have put cars there,how to make like when player leaves that area it will make a gate for him,so he cant get back in?
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
can you read what i have asked?i said i did that but how can i make when player leaves that area he cant come back?
Posts: 757
Threads: 36
Joined: Jun 2013
Reputation:
0
You will have to mark up a boundary and place a moveable gate there . Now when a player enters a checkpoint he execute a command and then when he moves on the other side the gate will automatically close (use timer)
Now Make the command vanish!
I will shortly send you something similar in a PM so you may get some sort if idea how to do it
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
well,that place has 2 places to exit,and i want to make it without markers,just creates a gate when he leaves,how?
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
HINT: Use dynamic areas from Incognito's streamer plugin. Then use the callbacks OnPlayerLeaveDynamicArea and create a dynamic object (gate) for that specific player.