31.12.2014, 17:52
Verify your coordinates are correct. Try something such as this:
pawn Код:
CMD:test(playerid, params[])
{
SetPlayerPos(playerid, 257.2509,83.6424,1002.4453);
SetPlayerInterior(playerid, 0);
return 1;
}