I don't get it :(
#1

I have the coordinates of X, Y, Z (The right coordinates)
but when ever I teleport to that place I get teleported
else where I DON'T GET IT
Reply
#2

show your piece of code, and we might be able to help you!
Reply
#3

No there's no error and anything but
I just teleports me to another place.

No need for codes I believe, but here it is.
pawn Код:
case 3: // Yes I'm using a dialog
{
SetPlayerPos(playerid, 3462, -2066, 8);
}
Just as simple as that, but it teleports me to another place

PS. Thats the coordinates I got from MTA when I was mapping.
The objects are there, it's just, it teleports me far away from my
map. That's also the coordinates I got from my admin script
/getinfo
Reply
#4

i think you need to do return 1; after setplayerpos.



This is from samp wiki..

public OnPlayerCommandText(playerid,cmdtext[])
{
if(!strcmp(cmdtext,"/middle",true))
{
SetPlayerPos(playerid,0.0,0.0,6.0);
return 1;
}
return 0;
}
Reply
#5

I'm using a dialog
and my format with this
works perfectly fine with
other "Cases"
Reply
#6

Where exactly do you get teleported? after you get teleported to your map?
Reply
#7

is it in an interior? Use /save, thats maybe better for you.
Reply
#8

Quote:
Originally Posted by Joe Torran C
Where exactly do you get teleported? after you get teleported to your map?
Uhmmm... w8, it suppose to tele me near the beach, not the verona beach,
the other beach.
Then, I get teleported to, somewhere near the Mountainous Highway going
to SF. (wait I will screen it.)

Quote:
Originally Posted by (ed!med!
is it in an interior? Use /save, thats maybe better for you.
No its not an interior
Reply
#9

If you have the right x y z it cant teleport you somewhere else. maybe its mixed up?
Reply
#10

Are you sure its the right cordinate?
When i enter MTA, and go to that location i end up in the sea.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)