26.03.2013, 19:47
First of all sorry if I posted this in the wrong section or if I am not allowed to post it here at all.
Let's say I used the SA-MP Map Editor and made a created a few objects.. on which interior will these obejct be seen-able?
A friend sent me a prison code ( which was mapped by him ) and the entrance coordinates.
Whenever I try to TP myself there I just fall and fall and fall.
Maybe I am at the wrong interior?
Or maybe I am doing something wrong..
This is what I do.
Thank you in advance.
Let's say I used the SA-MP Map Editor and made a created a few objects.. on which interior will these obejct be seen-able?
A friend sent me a prison code ( which was mapped by him ) and the entrance coordinates.
Whenever I try to TP myself there I just fall and fall and fall.
Maybe I am at the wrong interior?
Or maybe I am doing something wrong..
This is what I do.
pawn Код:
CMD:gotoprison(playerid, params[])
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1863.13, -1699.16, 5204.57);
return 1;
}
Thank you in advance.