16.10.2014, 16:05
(
Последний раз редактировалось RockyGamer; 23.10.2016 в 17:37.
)
You've probably typed /exit near the doors and you've sett it little further. On the command /exit change if(IsPlayerInRangeOfPoint(....) to this:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0, 1260.6460,-785.4182,1091.9063))
{
SetPlayerPos(playerid, 2807.9045,-1176.4122,25.3834);
SetPlayerInterior(playerid, 0);
}