how to make entrance ?
#3

You just have to teleport player when he enters command (/enter?).

Something like:
pawn Код:
if (strcmp("/enter", cmdtext, true) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid, Float:R, Float:X, Float:Y, Float:Y))
        {
            SetPlayerPos(playerid, Float:SomeX, Float:SomeY, Float:someZ);
        }
        return 1;
    }
Reply


Messages In This Thread
how to make entrance ? - by RealMan2 - 22.06.2011, 10:53
Re: how to make entrance ? - by Lorenc_ - 22.06.2011, 10:58
Re: how to make entrance ? - by xRyder - 22.06.2011, 11:00
Re : how to make entrance ? - by RealMan2 - 22.06.2011, 11:11
Re : how to make entrance ? - by RealMan2 - 22.06.2011, 11:13
Re: how to make entrance ? - by xRyder - 22.06.2011, 11:20
Re : how to make entrance ? - by RealMan2 - 22.06.2011, 11:28
Re: Re : how to make entrance ? - by Wesley221 - 22.06.2011, 11:44
Re: Re : how to make entrance ? - by PCheriyan007 - 22.06.2011, 11:48
Re : how to make entrance ? - by RealMan2 - 22.06.2011, 14:01

Forum Jump:


Users browsing this thread: 8 Guest(s)