Teleport into Room Problem & /exit help
#1

I made it that when a player goes near a door he gets teleported into a room, and the problem is that he gets teleported into the sky, not in the room, I used SetPlayerPos, any help?

Also, I want that when a player is inside a room and types /exit he goes out of the room... Help?
Reply
#2

Can we see some code?
Reply
#3

Код:
adminhq = CreatePickup(1239, 1, -308.3938,1538.3638,75.5625);
Код:
  	else if (pickupid == adminhq)
  {
  	SetPlayerPos(playerid, 2309.9058,-1643.7791,14.8270);
  	GameTextForPlayer(playerid, "~r~Admin Bar", 5000, 1);
  }
Reply
#4

Your coordinates might be wrong. Or, if your 'room' is in an interior, then you need the interior id.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)