Posts: 21
Threads: 7
Joined: Apr 2013
Reputation:
0
How to make a teleport player to a Position when standing on a yellow marker? Help me!
Posts: 21
Threads: 7
Joined: Apr 2013
Reputation:
0
I made a marker like a yellow arrow I want to make it like this.
When player come stay on it, it automatically teleport the player to a interior or a place.
I think it is done like this
If(IsPlayerinPos(playerid, //XYZ position of yellow marker outside building))
SetPlayerPos(Playerid, //XYZ of the interior, I mean xyz of teleporting place )
Posts: 21
Threads: 7
Joined: Apr 2013
Reputation:
0
Someone please tell me if this is done like this^ or not
Posts: 21
Threads: 7
Joined: Apr 2013
Reputation:
0
where do i need to give it? under onfliterscriptint or ongamemodeint ?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
I don't think you can go wrong with MP2's include it's well written.