These coords into a command?
#1

Using these coords:
Код:
-2864.1000976563, 503.5, 5.5, 0, 0, 90);
How would I put them into a command to go underground?

I'm not sure you can do it with these coords which is why I'm asking.
Reply
#2

Your line looks as an object coordenates: X, Y, Z, RotX, RotY, RotZ. But it's strange, should be 0.0, not 0.
If they're, you just need X, Y, Z, and use them to set player position.
pawn Код:
SetPlayerPos(playerid,-2864.1000976563, 503.5, 5.5);
If you want go underground you need less value in Z, for example, we have 5.5 which is the ground, to go underground you need for example 5.0 or less, something as 4.5
Good luck!
Reply
#3

That's not cords!
Well it could be used but I sought they are.
You will need the X,Y,Z
GO to the pos you want to get the cords from then just type /save pos (name)
Will save a .txt file in GTA Sa User files/Samp/
Reply
#4

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
That's not cords!
Well it could be used but I sought they are.
You will need the X,Y,Z
GO to the pos you want to get the cords from then just type /save pos (name)
Will save a .txt file in GTA Sa User files/Samp/
Can't really do that when there is an object in the way! :P
Reply
#5

You just need the X,Y and Z coordinates,nothing more.

What you need for "go underground"...?
Reply
#6

It's like when you type /opengate for example, the gate will go underground, allowing you to get out.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)