11.11.2009, 15:27
How do i teleport to interiors? for example, i made a checkpoint and i want to make it teleport players to big smoke's crack palace
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(playerid,1380,-22,100
;
return 1;
}
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,-49.9669,-269.3635,6.6332, 3.
;
return 1;
}
i teleport in air then i fall in a countryside...
}
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(playerid,1380,-22,100
![Cool](images/smilies/cool.gif)
return 1;
}
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,-49.9669,-269.3635,6.6332, 3.
![Cool](images/smilies/cool.gif)
return 1;
}
i teleport in air then i fall in a countryside...
}