Entering a building with "ENTER"
#6

Enter Position
pawn Код:
else if (IsPlayerInRangeOfPoint(playerid, 5.0, 1128.8011,-1271.1749,13.5469))
        {
            SendClientMessage(playerid, COLOR_WHITE, "Welcome to the 24/7");
            SetPlayerPos(playerid, -25.884498,-185.868988,1003.546875);
            SetPlayerInterior(playerid, 17);
        }
Exit Position
pawn Код:
else if (IsPlayerInRangeOfPoint(playerid, 5.0, -25.884498,-185.868988,1003.546875))
        {
            SetPlayerPos(playerid, 1128.8011,-1271.1749,13.5469);
            SetPlayerInterior(playerid, 0);
        }
Reply


Messages In This Thread
Entering a building with "ENTER" - by Luis- - 27.08.2010, 19:56
Re: Entering a building with "ENTER" - by Faith - 27.08.2010, 20:05
Re: Entering a building with "ENTER" - by Luis- - 27.08.2010, 20:07
Re: Entering a building with "ENTER" - by Luis- - 27.08.2010, 20:30
Re: Entering a building with "ENTER" - by Luis- - 27.08.2010, 20:36
Re: Entering a building with "ENTER" - by Luis- - 27.08.2010, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)