[HELP] Enter and Exit system ( buildings )
#2

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);
}
Reply


Messages In This Thread
[HELP] Enter and Exit system ( buildings ) - by ShabiCastroz - 16.10.2014, 15:47
Re: [HELP] Enter and Exit system ( buildings ) - by RockyGamer - 16.10.2014, 16:05
Re: [HELP] Enter and Exit system ( buildings ) - by ShabiCastroz - 17.10.2014, 14:48
Re: [HELP] Enter and Exit system ( buildings ) - by RockyGamer - 17.10.2014, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)