16.06.2011, 13:22
pawn Код:
command(enter, playerid, params[])
{
if(IsPlayerInRange(playerid, 5, 5, X EnterPos, Y EnterPos, Z EnterPos))
{
SetPlayerPos(playerid, X ExitPos, Y ExitPos, Z ExitPos);
SetPlayerInterior(playerid, Interior ID);
}
return 1;
}