01.05.2013, 12:43
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 )
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 )